#EF69A8

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

Shades of Hot Pink #EF69A8

Tints of Hot Pink #EF69A8

Color information

#EF69A8 (or 0xEF69A8) is unknown color: approx Hot Pink. HEX triplet: EF, 69 and A8. RGB value is (239,105,168). Sum of RGB (Red+Green+Blue) = 239+105+168=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69A8 is #109657. Grayscale: #989898. Windows color (decimal): -1087064 or 11037167. OLE color: 11037167.

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

Color convert

RGB239105168-
CMYK00.560.300.06
HSL331.79º80.72%67.45%-
HSV(B)331.79º56.07%93.73%-
XYZ47.7231.2840.57-
YUV152.25136.89189.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 105 (41.41% from 255) = 20.51%
BLUE value IS 168 (66.02% from 255) = 32.81%
R=46.68%
G=20.51%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910516800.560.300.06331.7980.7267.45
HexEF69A80381E614c5143
Octal357151250070366514121103
Binary1110111111010011010100001110001111011010100110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69A8; }

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

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

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

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

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

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

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

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