#E96AAA

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

Shades of Hot Pink #E96AAA

Tints of Hot Pink #E96AAA

Color information

#E96AAA (or 0xE96AAA) is unknown color: approx Hot Pink. HEX triplet: E9, 6A and AA. RGB value is (233,106,170). Sum of RGB (Red+Green+Blue) = 233+106+170=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96AAA is #169555. Grayscale: #979797. Windows color (decimal): -1480022 or 11168489. OLE color: 11168489.

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

Color convert

RGB233106170-
CMYK00.550.270.09
HSL329.76º74.27%66.47%-
HSV(B)329.76º54.51%91.37%-
XYZ46.0130.5341.5-
YUV151.27138.58186.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=45.78%
G=20.83%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310617000.550.270.09329.7674.2766.47
HexE96AAA0371B914a4a42
Octal3511522520673311512112102
Binary11101001110101010101010011011111011100110100101010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96AAA; }

 p { color: rgb(233,106,170); }

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

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

 a { background-color: rgb(233,106,170); }

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

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

 span { border-color: rgb(233,106,170); }

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