Html Css Color HEX #EC5579 Dark Pink

📋 copy color: '#EC5579'

red 236 ◦ green 85 ◦ blue 121

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

Shades of Dark Pink #EC5579

Tints of Dark Pink #EC5579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.23%

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

R = 53.39%
G = 19.23%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC5579 (or 0xEC5579) is known color: Dark Pink. HEX triplet: EC, 55 and 79. RGB value is (236,85,121). Sum of RGB (Red+Green+Blue) = 236+85+121=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5579 is #13AA86. Grayscale: #868686. Windows color (decimal): -1288839 or 7951852. OLE color: 7951852.

HSL color Cylindrical-coordinate representation of color #EC5579: hue angle of 345.7º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC5579 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 85 121 -
CMYK 0 0.64 0.49 0.07
HSL 345.7º 0.8% 0.63% -
HSV(B) 345.7º 0.64% 0.93% -
XYZ 41.29 25.71 20.88 -
YUV 134.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 236 85 121 0 0.64 0.49 0.07 345.7 0.8 0.63
Hex EC 55 79 0 40 31 7 15A 50 3F
Octal 354 125 171 0 100 61 7 532 120 77
Binary 11101100 1010101 1111001 0 1000000 110001 111 101011010 1010000 111111

Color Harmonies of #EC5579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5579

Black with #EC5579

Text Example


Text Example

White with #EC5579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5579; }

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

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

background-color css

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

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

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

border-color css

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

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

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