Html Css Color HEX #EC5F88 Dark Pink

📋 copy color: '#EC5F88'

red 236 ◦ green 95 ◦ blue 136

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

Shades of Dark Pink #EC5F88

Tints of Dark Pink #EC5F88

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.34%

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

R = 50.54%
G = 20.34%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC5F88 (or 0xEC5F88) is known color: Dark Pink. HEX triplet: EC, 5F and 88. RGB value is (236,95,136). Sum of RGB (Red+Green+Blue) = 236+95+136=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5F88 is #13A077. Grayscale: #8D8D8D. Windows color (decimal): -1286264 or 8937452. OLE color: 8937452.

HSL color Cylindrical-coordinate representation of color #EC5F88: hue angle of 342.55º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F88 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 136 -
CMYK 0 0.60 0.42 0.07
HSL 342.55º 0.79% 0.65% -
HSV(B) 342.55º 0.6% 0.93% -
XYZ 43.13 27.79 26.38 -
YUV 141.83 124.71 195.17 -
System Red Green Blue C M Y K H S L
Decimal 236 95 136 0 0.60 0.42 0.07 342.55 0.79 0.65
Hex EC 5F 88 0 3C 2A 7 157 4F 41
Octal 354 137 210 0 74 52 7 527 117 101
Binary 11101100 1011111 10001000 0 111100 101010 111 101010111 1001111 1000001

Color Harmonies of #EC5F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F88

Black with #EC5F88

Text Example


Text Example

White with #EC5F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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