#EF5ABB

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

Shades of Hot Pink #EF5ABB

Tints of Hot Pink #EF5ABB

Color information

#EF5ABB (or 0xEF5ABB) is unknown color: approx Hot Pink. HEX triplet: EF, 5A and BB. RGB value is (239,90,187). Sum of RGB (Red+Green+Blue) = 239+90+187=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5ABB is #10A544. Grayscale: #919191. Windows color (decimal): -1090885 or 12278511. OLE color: 12278511.

HSL color Cylindrical-coordinate representation of color #EF5ABB: hue angle of 320.94º 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 #EF5ABB is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB23990187-
CMYK00.620.220.06
HSL320.94º82.32%64.51%-
HSV(B)320.94º62.34%93.73%-
XYZ48.2229.2550.12-
YUV145.61151.36194.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 90 (35.55% from 255) = 17.44%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=46.32%
G=17.44%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399018700.620.220.06320.9482.3264.51
HexEF5ABB03E1661415241
Octal357132273076266501122101
Binary1110111110110101011101101111101011011010100000110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5ABB; }

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

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

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

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

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

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

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

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