Html Css Color HEX #EC5188 Dark Pink

📋 copy color: '#EC5188'

red 236 ◦ green 81 ◦ blue 136

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

Shades of Dark Pink #EC5188

Tints of Dark Pink #EC5188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.88%

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

R = 52.1%
G = 17.88%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5188 (or 0xEC5188) is known color: Dark Pink. HEX triplet: EC, 51 and 88. RGB value is (236,81,136). Sum of RGB (Red+Green+Blue) = 236+81+136=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5188 is #13AE77. Grayscale: #858585. Windows color (decimal): -1289848 or 8933868. OLE color: 8933868.

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

Color convert

RGB 236 81 136 -
CMYK 0 0.66 0.42 0.07
HSL 338.71º 0.8% 0.62% -
HSV(B) 338.71º 0.66% 0.93% -
XYZ 41.98 25.5 26 -
YUV 133.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 236 81 136 0 0.66 0.42 0.07 338.71 0.8 0.62
Hex EC 51 88 0 42 2A 7 153 50 3E
Octal 354 121 210 0 102 52 7 523 120 76
Binary 11101100 1010001 10001000 0 1000010 101010 111 101010011 1010000 111110

Color Harmonies of #EC5188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5188

Black with #EC5188

Text Example


Text Example

White with #EC5188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5188; }

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

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

background-color css

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

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

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

border-color css

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

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

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