#EF5DB6

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

Shades of Hot Pink #EF5DB6

Tints of Hot Pink #EF5DB6

Color information

#EF5DB6 (or 0xEF5DB6) is unknown color: approx Hot Pink. HEX triplet: EF, 5D and B6. RGB value is (239,93,182). Sum of RGB (Red+Green+Blue) = 239+93+182=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DB6 is #10A249. Grayscale: #929292. Windows color (decimal): -1090122 or 11951599. OLE color: 11951599.

HSL color Cylindrical-coordinate representation of color #EF5DB6: hue angle of 323.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5DB6 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB23993182-
CMYK00.610.240.06
HSL323.42º82.02%65.1%-
HSV(B)323.42º61.09%93.73%-
XYZ47.9529.5647.43-
YUV146.8147.87193.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.50%
GREEN value IS 93 (36.72% from 255) = 18.09%
BLUE value IS 182 (71.48% from 255) = 35.41%
R=46.50%
G=18.09%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399318200.610.240.06323.4282.0265.1
HexEF5DB603D1861435241
Octal357135266075306503122101
Binary1110111110111011011011001111011100011010100001110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5DB6; }

 p { color: rgb(239,93,182); }

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

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

 a { background-color: rgb(239,93,182); }

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

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

 span { border-color: rgb(239,93,182); }

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