#EF64AA

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

Shades of Hot Pink #EF64AA

Tints of Hot Pink #EF64AA

Color information

#EF64AA (or 0xEF64AA) is unknown color: approx Hot Pink. HEX triplet: EF, 64 and AA. RGB value is (239,100,170). Sum of RGB (Red+Green+Blue) = 239+100+170=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF64AA is #109B55. Grayscale: #959595. Windows color (decimal): -1088342 or 11166959. OLE color: 11166959.

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

Color convert

RGB239100170-
CMYK00.580.290.06
HSL329.78º81.29%66.47%-
HSV(B)329.78º58.16%93.73%-
XYZ47.4130.3741.39-
YUV149.54139.55191.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=46.95%
G=19.65%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910017000.580.290.06329.7881.2966.47
HexEF64AA03A1D614a5142
Octal357144252072356512121102
Binary1110111111001001010101001110101110111010100101010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF64AA; }

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

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

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

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

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

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

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

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