Html Css Color HEX #EC5E8E Dark Pink

📋 copy color: '#EC5E8E'

red 236 ◦ green 94 ◦ blue 142

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

Shades of Dark Pink #EC5E8E

Tints of Dark Pink #EC5E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 50%
G = 19.92%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC5E8E (or 0xEC5E8E) is known color: Dark Pink. HEX triplet: EC, 5E and 8E. RGB value is (236,94,142). Sum of RGB (Red+Green+Blue) = 236+94+142=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E8E is #13A171. Grayscale: #8D8D8D. Windows color (decimal): -1286514 or 9330412. OLE color: 9330412.

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

Color convert

RGB 236 94 142 -
CMYK 0 0.60 0.40 0.07
HSL 339.72º 0.79% 0.65% -
HSV(B) 339.72º 0.6% 0.93% -
XYZ 43.48 27.79 28.66 -
YUV 141.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 236 94 142 0 0.60 0.40 0.07 339.72 0.79 0.65
Hex EC 5E 8E 0 3C 28 7 154 4F 41
Octal 354 136 216 0 74 50 7 524 117 101
Binary 11101100 1011110 10001110 0 111100 101000 111 101010100 1001111 1000001

Color Harmonies of #EC5E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E8E

Black with #EC5E8E

Text Example


Text Example

White with #EC5E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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