Html Css Color HEX #EC5E88 Dark Pink

📋 copy color: '#EC5E88'

red 236 ◦ green 94 ◦ blue 136

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

Shades of Dark Pink #EC5E88

Tints of Dark Pink #EC5E88

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.17%

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

R = 50.64%
G = 20.17%
B = 29.18%

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

#EC5E88 (or 0xEC5E88) is known color: Dark Pink. HEX triplet: EC, 5E and 88. RGB value is (236,94,136). Sum of RGB (Red+Green+Blue) = 236+94+136=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E88 is #13A177. Grayscale: #8D8D8D. Windows color (decimal): -1286520 or 8937196. OLE color: 8937196.

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

Color convert

RGB 236 94 136 -
CMYK 0 0.60 0.42 0.07
HSL 342.25º 0.79% 0.65% -
HSV(B) 342.25º 0.6% 0.93% -
XYZ 43.04 27.62 26.35 -
YUV 141.25 125.04 195.58 -
System Red Green Blue C M Y K H S L
Decimal 236 94 136 0 0.60 0.42 0.07 342.25 0.79 0.65
Hex EC 5E 88 0 3C 2A 7 156 4F 41
Octal 354 136 210 0 74 52 7 526 117 101
Binary 11101100 1011110 10001000 0 111100 101010 111 101010110 1001111 1000001

Color Harmonies of #EC5E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E88

Black with #EC5E88

Text Example


Text Example

White with #EC5E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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