#ec5eb4

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

Shades of Hot Pink #EC5EB4

Tints of Hot Pink #EC5EB4

Color information

#EC5EB4 (or 0xEC5EB4) is unknown color: approx Hot Pink. HEX triplet: EC, 5E and B4. RGB value is (236,94,180). Sum of RGB (Red+Green+Blue) = 236+94+180=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5EB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5EB4 is #13A14B. Grayscale: #929292. Windows color (decimal): -1286476 or 11820780. OLE color: 11820780.

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

Color convert

RGB23694180-
CMYK00.600.240.07
HSL323.66º78.89%64.71%-
HSV(B)323.66º60.17%92.55%-
XYZ46.8329.1346.33-
YUV146.26147.04192.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 94 (37.11% from 255) = 18.43%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=46.27%
G=18.43%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369418000.600.240.07323.6678.8964.71
HexEC5EB403C1871444f41
Octal354136264074307504117101
Binary1110110010111101011010001111001100011110100010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec5eb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec5eb4; }

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

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

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

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

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

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

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

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