#EF64A8

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

Shades of Hot Pink #EF64A8

Tints of Hot Pink #EF64A8

Color information

#EF64A8 (or 0xEF64A8) is unknown color: approx Hot Pink. HEX triplet: EF, 64 and A8. RGB value is (239,100,168). Sum of RGB (Red+Green+Blue) = 239+100+168=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64A8 is #109B57. Grayscale: #959595. Windows color (decimal): -1088344 or 11035887. OLE color: 11035887.

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

Color convert

RGB239100168-
CMYK00.580.300.06
HSL330.65º81.29%66.47%-
HSV(B)330.65º58.16%93.73%-
XYZ47.2230.2940.4-
YUV149.31138.55191.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 100 (39.45% from 255) = 19.72%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=47.14%
G=19.72%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910016800.580.300.06330.6581.2966.47
HexEF64A803A1E614b5142
Octal357144250072366513121102
Binary1110111111001001010100001110101111011010100101110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF64A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF64A8; }

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

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

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

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

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

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

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

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