#E96FAF

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

Shades of Hot Pink #E96FAF

Tints of Hot Pink #E96FAF

Color information

#E96FAF (or 0xE96FAF) is unknown color: approx Hot Pink. HEX triplet: E9, 6F and AF. RGB value is (233,111,175). Sum of RGB (Red+Green+Blue) = 233+111+175=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96FAF is #169050. Grayscale: #9A9A9A. Windows color (decimal): -1478737 or 11497449. OLE color: 11497449.

HSL color Cylindrical-coordinate representation of color #E96FAF: hue angle of 328.52º 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 #E96FAF is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB233111175-
CMYK00.520.250.09
HSL328.52º73.49%67.45%-
HSV(B)328.52º52.36%91.37%-
XYZ47.0331.7944.21-
YUV154.77139.42183.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 111 (43.75% from 255) = 21.39%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=44.89%
G=21.39%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311117500.520.250.09328.5273.4967.45
HexE96FAF0341991494943
Octal3511572570643111511111103
Binary11101001110111110101111011010011001100110100100110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96FAF; }

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

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

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

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

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

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

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

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