COLOR #ED75C9

HEX: #ED75C9
RGB: (237,117,201)

Renk bilgisi

#ED75C9 contains mainly red and blue colors. #ED75C9 ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#ED75C9 color RGB value is (237,117,201).

  • kırmız ton 237;
  • yeşil ton 117;
  • mavi ton 201.
RGB:
(237,117,201)
(93%,46%,79%)

RGB bağlantıları ve doygunluk

R 237 of 255 = 93%
G 117 of 255 = 46%
B 201 of 255 = 79%

237
117
201

R + G + B ~ 73%. #ED75C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
237 + 117 + 201 = 555 (100%)
R 237 of 555 ~ 42.7%
G 117 of 555 ~ 21.08%
B 201 of 555 ~ 36.22%

%42.7
%21.08
%36.22

CMYK RENK MODELİ

#ED75C9 rengi CMYK tonu (0,51,15,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.63%
  • sarı tonu 15.19%
  • ana renk tonu 7.06%
CMYK:
(0,51,15,7)
C0M51Y15K7 
(0%,51%,15%,7%)
(0.00/0.51/0.15/0.07)	

CMYK yüzdeleri

%0
%50.63
%15.19
%7.06

Codes

Color #ED75C9 in popluar color models

ED75C9
RGB237117201
HSL318°76.92%69.41%
HSB/HSV318°50.63%92.94%
CMYK0.00%50.63%15.19%
7.06%

Color #ED75C9 in popluar number systems.

HEXED75C9
Decimal237117201
Binary11101101111010111001001
Octal355165311

Shades and tints

Shades of #ED75C9

#ED75C9
(237,117,201)
#D86BB7
(216,107,183)
#C361A5
(195,97,165)
#AE5793
(174,87,147)
#994D81
(153,77,129)
#84436F
(132,67,111)
#6F395D
(111,57,93)
#5A2F4B
(90,47,75)
#452539
(69,37,57)
#301B27
(48,27,39)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #ED75C9

#ED75C9
(237,117,201)
#EE81CD
(238,129,205)
#EF8DD1
(239,141,209)
#F099D5
(240,153,213)
#F1A5D9
(241,165,217)
#F2B1DD
(242,177,221)
#F3BDE1
(243,189,225)
#F4C9E5
(244,201,229)
#F5D5E9
(245,213,233)
#F6E1ED
(246,225,237)
#F7EDF1
(247,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED75C9 color. Also use rgb(237,117,201) instead hex code.

Text Font Color

.myTextColor { color: #ED75C9; }

<p style="color:#ED75C9">This sample text font color is #ED75C9.</p>

This text font color is #ED75C9.


Background Color

.myBgColor { background-color: #ED75C9; }

<div style="background-color:#ED75C9">Inner text</div>

This div background color is #ED75C9.


Border color

.myBorderColor { border: 1px solid #ED75C9; }

<div style="border:3px solid #ED75C9">Div</div>

This div border color is #ED75C9.


Opacity

.myOpacity80 { color: #ED75C9; opacity: 0.8; }

<p style="color:#ED75C9;opacity:0.8;">80%</p>

Text with #ED75C9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED75C9;}

<p style="text-shadow: 3px 3px 1px #ED75C9">Text here.</p>

This text has shadow with #ED75C9 color.

.textShadow {text-shadow: 3px 3px 1px #ED75C9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED75C9, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED75C9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED75C9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED75C9, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED75C9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED75C9;
  -webkit-box-shadow:	1px 1px 3px 2px #ED75C9;
  box-shadow:		1px 1px 3px 2px #ED75C9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED75C9;
-webkit-box-shadow: 1px 1px 3px 2px #ED75C9;
box-shadow:1px 1px 3px 2px #ED75C9;">
Div content here</div>
This div box has shadow with color #ED75C9.

Preview

Color preview on black background

This text has color #ED75C9 on black background.


Color preview on white background

This text has color #ED75C9 on white background.



Black color preview on #ED75C9 background

This text has black color on #ED75C9 background.


White color preview on #ED75C9 background

This text has white color on #ED75C9 background.