Html Css Color HEX #EC5576 Dark Pink

📋 copy color: '#EC5576'

red 236 ◦ green 85 ◦ blue 118

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

Shades of Dark Pink #EC5576

Tints of Dark Pink #EC5576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 53.76%
G = 19.36%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC5576 (or 0xEC5576) is known color: Dark Pink. HEX triplet: EC, 55 and 76. RGB value is (236,85,118). Sum of RGB (Red+Green+Blue) = 236+85+118=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5576 is #13AA89. Grayscale: #858585. Windows color (decimal): -1288842 or 7755244. OLE color: 7755244.

HSL color Cylindrical-coordinate representation of color #EC5576: hue angle of 346.89º 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 #EC5576 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 85 118 -
CMYK 0 0.64 0.5 0.07
HSL 346.89º 0.8% 0.63% -
HSV(B) 346.89º 0.64% 0.93% -
XYZ 41.11 25.64 19.92 -
YUV 133.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 236 85 118 0 0.64 0.5 0.07 346.89 0.8 0.63
Hex EC 55 76 0 40 32 7 15B 50 3F
Octal 354 125 166 0 100 62 7 533 120 77
Binary 11101100 1010101 1110110 0 1000000 110010 111 101011011 1010000 111111

Color Harmonies of #EC5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5576

Black with #EC5576

Text Example


Text Example

White with #EC5576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5576; }

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

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

background-color css

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

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

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

border-color css

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

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

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