#EF66AC

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

Shades of Hot Pink #EF66AC

Tints of Hot Pink #EF66AC

Color information

#EF66AC (or 0xEF66AC) is unknown color: approx Hot Pink. HEX triplet: EF, 66 and AC. RGB value is (239,102,172). Sum of RGB (Red+Green+Blue) = 239+102+172=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66AC is #109953. Grayscale: #969696. Windows color (decimal): -1087828 or 11298543. OLE color: 11298543.

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

Color convert

RGB239102172-
CMYK00.570.280.06
HSL329.34º81.07%66.86%-
HSV(B)329.34º57.32%93.73%-
XYZ47.7930.8342.46-
YUV150.94139.89190.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.59%
GREEN value IS 102 (40.23% from 255) = 19.88%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=46.59%
G=19.88%
B=33.53%

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
Decimal23910217200.570.280.06329.3481.0766.86
HexEF66AC0391C61495143
Octal357146254071346511121103
Binary1110111111001101010110001110011110011010100100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66AC; }

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

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

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

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

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

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

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

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