#E96FA9

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

Shades of Hot Pink #E96FA9

Tints of Hot Pink #E96FA9

Color information

#E96FA9 (or 0xE96FA9) is unknown color: approx Hot Pink. HEX triplet: E9, 6F and A9. RGB value is (233,111,169). Sum of RGB (Red+Green+Blue) = 233+111+169=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 169 (66.41% from 255 or 32.94% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FA9 is #169056. Grayscale: #999999. Windows color (decimal): -1478743 or 11104233. OLE color: 11104233.

HSL color Cylindrical-coordinate representation of color #E96FA9: hue angle of 331.48º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FA9 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233111169-
CMYK00.520.270.09
HSL331.48º73.49%67.45%-
HSV(B)331.48º52.36%91.37%-
XYZ46.4531.5641.18-
YUV154.09136.42184.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 169 (66.41% from 255) = 32.94%
R=45.42%
G=21.64%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311116900.520.270.09331.4873.4967.45
HexE96FA90341B914b4943
Octal3511572510643311513111103
Binary11101001110111110101001011010011011100110100101110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96FA9; }

 p { color: rgb(233,111,169); }

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

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

 a { background-color: rgb(233,111,169); }

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

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

 span { border-color: rgb(233,111,169); }

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