Html Css Color HEX #EC5E79 Dark Pink

📋 copy color: '#EC5E79'

red 236 ◦ green 94 ◦ blue 121

#EC5E79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EC5E79

Tints of Dark Pink #EC5E79

RGB

 RED value IS 236 (92.58% from 255) = 52.33%

 GREEN value IS 94 (37.11% from 255) = 20.84%

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 52.33%
G = 20.84%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EC5E79 (or 0xEC5E79) is known color: Dark Pink. HEX triplet: EC, 5E and 79. RGB value is (236,94,121). Sum of RGB (Red+Green+Blue) = 236+94+121=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5E79 is #13A186. Grayscale: #8B8B8B. Windows color (decimal): -1286535 or 7954156. OLE color: 7954156.

HSL color Cylindrical-coordinate representation of color #EC5E79: hue angle of 348.59º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E79 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 121 -
CMYK 0 0.60 0.49 0.07
HSL 348.59º 0.79% 0.65% -
HSV(B) 348.59º 0.6% 0.93% -
XYZ 42.05 27.22 21.13 -
YUV 139.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 236 94 121 0 0.60 0.49 0.07 348.59 0.79 0.65
Hex EC 5E 79 0 3C 31 7 15D 4F 41
Octal 354 136 171 0 74 61 7 535 117 101
Binary 11101100 1011110 1111001 0 111100 110001 111 101011101 1001111 1000001

Color Harmonies of #EC5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E79

Black with #EC5E79

Text Example


Text Example

White with #EC5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E79; }

 p { color: rgb(236,94,121); }

 H1.HeaderClassName
 {
   color: #EC5E79;
 }
 .AnyTagClassName
 {
   color: #EC5E79;
 }
</style>

background-color css

<style>
 a { background-color: #EC5E79; }

 a { background-color: rgb(236,94,121); }

 div.DivClassName
 {
   background-color: #EC5E79;
 }
 .BgClassName
 {
   background-color: #EC5E79;
 }
</style>

border-color css

<style>
 span { border-color: #EC5E79; }

 span { border-color: rgb(236,94,121); }

 td.TdClassName
 {
   border-color: #EC5E79;
 }
 .TagClassName
 {
   border-color: #EC5E79;
 }
</style>