#EF5AB0

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

Shades of Hot Pink #EF5AB0

Tints of Hot Pink #EF5AB0

Color information

#EF5AB0 (or 0xEF5AB0) is unknown color: approx Hot Pink. HEX triplet: EF, 5A and B0. RGB value is (239,90,176). Sum of RGB (Red+Green+Blue) = 239+90+176=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5AB0 is #10A54F. Grayscale: #909090. Windows color (decimal): -1090896 or 11557615. OLE color: 11557615.

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

Color convert

RGB23990176-
CMYK00.620.260.06
HSL325.37º82.32%64.51%-
HSV(B)325.37º62.34%93.73%-
XYZ47.0928.844.15-
YUV144.35145.86195.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 90 (35.55% from 255) = 17.82%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=47.33%
G=17.82%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399017600.620.260.06325.3782.3264.51
HexEF5AB003E1A61455241
Octal357132260076326505122101
Binary1110111110110101011000001111101101011010100010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5AB0; }

 p { color: rgb(239,90,176); }

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

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

 a { background-color: rgb(239,90,176); }

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

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

 span { border-color: rgb(239,90,176); }

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