Html Css Color HEX #EC5574 Dark Pink

📋 copy color: '#EC5574'

red 236 ◦ green 85 ◦ blue 116

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

Shades of Dark Pink #EC5574

Tints of Dark Pink #EC5574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 54%
G = 19.45%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC5574 (or 0xEC5574) is known color: Dark Pink. HEX triplet: EC, 55 and 74. RGB value is (236,85,116). Sum of RGB (Red+Green+Blue) = 236+85+116=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5574 is #13AA8B. Grayscale: #858585. Windows color (decimal): -1288844 or 7624172. OLE color: 7624172.

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

Color convert

RGB 236 85 116 -
CMYK 0 0.64 0.51 0.07
HSL 347.68º 0.8% 0.63% -
HSV(B) 347.68º 0.64% 0.93% -
XYZ 40.99 25.59 19.3 -
YUV 133.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 236 85 116 0 0.64 0.51 0.07 347.68 0.8 0.63
Hex EC 55 74 0 40 33 7 15C 50 3F
Octal 354 125 164 0 100 63 7 534 120 77
Binary 11101100 1010101 1110100 0 1000000 110011 111 101011100 1010000 111111

Color Harmonies of #EC5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5574

Black with #EC5574

Text Example


Text Example

White with #EC5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5574; }

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

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

background-color css

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

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

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

border-color css

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

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

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