Html Css Color HEX #EC5287 Dark Pink

📋 copy color: '#EC5287'

red 236 ◦ green 82 ◦ blue 135

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

Shades of Dark Pink #EC5287

Tints of Dark Pink #EC5287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.1%

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

R = 52.1%
G = 18.1%
B = 29.8%

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

#EC5287 (or 0xEC5287) is known color: Dark Pink. HEX triplet: EC, 52 and 87. RGB value is (236,82,135). Sum of RGB (Red+Green+Blue) = 236+82+135=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5287 is #13AD78. Grayscale: #868686. Windows color (decimal): -1289593 or 8868588. OLE color: 8868588.

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

Color convert

RGB 236 82 135 -
CMYK 0 0.65 0.43 0.07
HSL 339.35º 0.8% 0.62% -
HSV(B) 339.35º 0.65% 0.93% -
XYZ 41.98 25.62 25.65 -
YUV 134.09 128.52 200.69 -
System Red Green Blue C M Y K H S L
Decimal 236 82 135 0 0.65 0.43 0.07 339.35 0.8 0.62
Hex EC 52 87 0 41 2B 7 153 50 3E
Octal 354 122 207 0 101 53 7 523 120 76
Binary 11101100 1010010 10000111 0 1000001 101011 111 101010011 1010000 111110

Color Harmonies of #EC5287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5287

Black with #EC5287

Text Example


Text Example

White with #EC5287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5287; }

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

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

background-color css

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

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

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

border-color css

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

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

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