#EC4E81

Color #EC4E81 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #EC4E81

Tints of Dark Pink #EC4E81

Color information

#EC4E81 (or 0xEC4E81) is unknown color: approx Dark Pink. HEX triplet: EC, 4E and 81. RGB value is (236,78,129). Sum of RGB (Red+Green+Blue) = 236+78+129=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4E81 is #13B17E. Grayscale: #838383. Windows color (decimal): -1290623 or 8474348. OLE color: 8474348.

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

Color convert

RGB23678129-
CMYK00.670.450.07
HSL340.63º80.61%61.57%-
HSV(B)340.63º66.95%92.55%-
XYZ41.2824.8723.39-
YUV131.06126.85202.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.27%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=53.27%
G=17.61%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2367812900.670.450.07340.6380.6161.57
HexEC4E810432D7155513e
Octal354116201010355752512176
Binary11101100100111010000001010000111011011111010101011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4E81; }

 p { color: rgb(236,78,129); }

 H1.HeaderClassName
 {
   color: #EC4E81;
 }
 .AnyTagClassName
 {
   color: #EC4E81;
 }
</style>
background-color css

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

 a { background-color: rgb(236,78,129); }

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

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

 span { border-color: rgb(236,78,129); }

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