#EF63AA

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

Shades of Hot Pink #EF63AA

Tints of Hot Pink #EF63AA

Color information

#EF63AA (or 0xEF63AA) is unknown color: approx Hot Pink. HEX triplet: EF, 63 and AA. RGB value is (239,99,170). Sum of RGB (Red+Green+Blue) = 239+99+170=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF63AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF63AA is #109C55. Grayscale: #949494. Windows color (decimal): -1088598 or 11166703. OLE color: 11166703.

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

Color convert

RGB23999170-
CMYK00.590.290.06
HSL329.57º81.4%66.27%-
HSV(B)329.57º58.58%93.73%-
XYZ47.3130.1841.36-
YUV148.95139.88192.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 99 (39.06% from 255) = 19.49%
BLUE value IS 170 (66.80% from 255) = 33.46%
R=47.05%
G=19.49%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399917000.590.290.06329.5781.466.27
HexEF63AA03B1D614a5142
Octal357143252073356512121102
Binary1110111111000111010101001110111110111010100101010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF63AA; }

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

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

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

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

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

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

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

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