#EF69A7

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

Shades of Hot Pink #EF69A7

Tints of Hot Pink #EF69A7

Color information

#EF69A7 (or 0xEF69A7) is unknown color: approx Hot Pink. HEX triplet: EF, 69 and A7. RGB value is (239,105,167). Sum of RGB (Red+Green+Blue) = 239+105+167=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69A7 is #109658. Grayscale: #989898. Windows color (decimal): -1087065 or 10971631. OLE color: 10971631.

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

Color convert

RGB239105167-
CMYK00.560.300.06
HSL332.24º80.72%67.45%-
HSV(B)332.24º56.07%93.73%-
XYZ47.6231.2440.08-
YUV152.13136.39189.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.77%
GREEN value IS 105 (41.41% from 255) = 20.55%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=46.77%
G=20.55%
B=32.68%

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
Decimal23910516700.560.300.06332.2480.7267.45
HexEF69A70381E614c5143
Octal357151247070366514121103
Binary1110111111010011010011101110001111011010100110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69A7; }

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

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

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

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

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

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

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

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