#EF66A8

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

Shades of Hot Pink #EF66A8

Tints of Hot Pink #EF66A8

Color information

#EF66A8 (or 0xEF66A8) is unknown color: approx Hot Pink. HEX triplet: EF, 66 and A8. RGB value is (239,102,168). Sum of RGB (Red+Green+Blue) = 239+102+168=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF66A8 is #109957. Grayscale: #969696. Windows color (decimal): -1087832 or 11036399. OLE color: 11036399.

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

Color convert

RGB239102168-
CMYK00.570.300.06
HSL331.09º81.07%66.86%-
HSV(B)331.09º57.32%93.73%-
XYZ47.4230.6840.47-
YUV150.49137.89191.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 102 (40.23% from 255) = 20.04%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=46.95%
G=20.04%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910216800.570.300.06331.0981.0766.86
HexEF66A80391E614b5143
Octal357146250071366513121103
Binary1110111111001101010100001110011111011010100101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF66A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF66A8; }

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

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

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

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

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

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

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

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