Html Css Color HEX #EC5588 Dark Pink

📋 copy color: '#EC5588'

red 236 ◦ green 85 ◦ blue 136

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

Shades of Dark Pink #EC5588

Tints of Dark Pink #EC5588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.76%

R = 51.64%
G = 18.6%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5588 (or 0xEC5588) is known color: Dark Pink. HEX triplet: EC, 55 and 88. RGB value is (236,85,136). Sum of RGB (Red+Green+Blue) = 236+85+136=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 136 (53.52% from 255 or 29.76% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5588 is #13AA77. Grayscale: #878787. Windows color (decimal): -1288824 or 8934892. OLE color: 8934892.

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

Color convert

RGB 236 85 136 -
CMYK 0 0.64 0.42 0.07
HSL 339.74º 0.8% 0.63% -
HSV(B) 339.74º 0.64% 0.93% -
XYZ 42.28 26.11 26.1 -
YUV 135.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 236 85 136 0 0.64 0.42 0.07 339.74 0.8 0.63
Hex EC 55 88 0 40 2A 7 154 50 3F
Octal 354 125 210 0 100 52 7 524 120 77
Binary 11101100 1010101 10001000 0 1000000 101010 111 101010100 1010000 111111

Color Harmonies of #EC5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5588

Black with #EC5588

Text Example


Text Example

White with #EC5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5588; }

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

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

background-color css

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

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

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

border-color css

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

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

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