#EF66AA

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

Shades of Hot Pink #EF66AA

Tints of Hot Pink #EF66AA

Color information

#EF66AA (or 0xEF66AA) is unknown color: approx Hot Pink. HEX triplet: EF, 66 and AA. RGB value is (239,102,170). Sum of RGB (Red+Green+Blue) = 239+102+170=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66AA is #109955. Grayscale: #969696. Windows color (decimal): -1087830 or 11167471. OLE color: 11167471.

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

Color convert

RGB239102170-
CMYK00.570.290.06
HSL330.22º81.07%66.86%-
HSV(B)330.22º57.32%93.73%-
XYZ47.630.7641.46-
YUV150.71138.89190.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 170 (66.80% from 255) = 33.27%
R=46.77%
G=19.96%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910217000.570.290.06330.2281.0766.86
HexEF66AA0391D614a5143
Octal357146252071356512121103
Binary1110111111001101010101001110011110111010100101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66AA; }

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

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

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

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

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

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

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

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