#EF66AB

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

Shades of Hot Pink #EF66AB

Tints of Hot Pink #EF66AB

Color information

#EF66AB (or 0xEF66AB) is unknown color: approx Hot Pink. HEX triplet: EF, 66 and AB. RGB value is (239,102,171). Sum of RGB (Red+Green+Blue) = 239+102+171=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66AB is #109954. Grayscale: #969696. Windows color (decimal): -1087829 or 11233007. OLE color: 11233007.

HSL color Cylindrical-coordinate representation of color #EF66AB: hue angle of 329.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66AB is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239102171-
CMYK00.570.280.06
HSL329.78º81.07%66.86%-
HSV(B)329.78º57.32%93.73%-
XYZ47.730.7941.96-
YUV150.83139.39190.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 102 (40.23% from 255) = 19.92%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=46.68%
G=19.92%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910217100.570.280.06329.7881.0766.86
HexEF66AB0391C614a5143
Octal357146253071346512121103
Binary1110111111001101010101101110011110011010100101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66AB; }

 p { color: rgb(239,102,171); }

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

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

 a { background-color: rgb(239,102,171); }

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

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

 span { border-color: rgb(239,102,171); }

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