#EF69A1

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

Shades of Hot Pink #EF69A1

Tints of Hot Pink #EF69A1

Color information

#EF69A1 (or 0xEF69A1) is unknown color: approx Hot Pink. HEX triplet: EF, 69 and A1. RGB value is (239,105,161). Sum of RGB (Red+Green+Blue) = 239+105+161=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF69A1 is #10965E. Grayscale: #979797. Windows color (decimal): -1087071 or 10578415. OLE color: 10578415.

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

Color convert

RGB239105161-
CMYK00.560.330.06
HSL334.93º80.72%67.45%-
HSV(B)334.93º56.07%93.73%-
XYZ47.0831.0337.23-
YUV151.45133.39190.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.33%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=47.33%
G=20.79%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910516100.560.330.06334.9380.7267.45
HexEF69A103821614f5143
Octal357151241070416517121103
Binary11101111110100110100001011100010000111010100111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF69A1; }

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

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

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

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

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

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

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

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