Html Css Color HEX #EC5387 Dark Pink

📋 copy color: '#EC5387'

red 236 ◦ green 83 ◦ blue 135

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

Shades of Dark Pink #EC5387

Tints of Dark Pink #EC5387

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.28%

 BLUE value IS 135 (53.13% from 255) = 29.74%

R = 51.98%
G = 18.28%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EC5387 (or 0xEC5387) is known color: Dark Pink. HEX triplet: EC, 53 and 87. RGB value is (236,83,135). Sum of RGB (Red+Green+Blue) = 236+83+135=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5387 is #13AC78. Grayscale: #868686. Windows color (decimal): -1289337 or 8868844. OLE color: 8868844.

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

Color convert

RGB 236 83 135 -
CMYK 0 0.65 0.43 0.07
HSL 339.61º 0.8% 0.63% -
HSV(B) 339.61º 0.65% 0.93% -
XYZ 42.06 25.77 25.68 -
YUV 134.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 236 83 135 0 0.65 0.43 0.07 339.61 0.8 0.63
Hex EC 53 87 0 41 2B 7 154 50 3F
Octal 354 123 207 0 101 53 7 524 120 77
Binary 11101100 1010011 10000111 0 1000001 101011 111 101010100 1010000 111111

Color Harmonies of #EC5387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5387

Black with #EC5387

Text Example


Text Example

White with #EC5387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5387; }

 p { color: rgb(236,83,135); }

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

background-color css

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

 a { background-color: rgb(236,83,135); }

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

border-color css

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

 span { border-color: rgb(236,83,135); }

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