#E96AB9

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

Shades of Hot Pink #E96AB9

Tints of Hot Pink #E96AB9

Color information

#E96AB9 (or 0xE96AB9) is unknown color: approx Hot Pink. HEX triplet: E9, 6A and B9. RGB value is (233,106,185). Sum of RGB (Red+Green+Blue) = 233+106+185=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AB9 is #169546. Grayscale: #989898. Windows color (decimal): -1480007 or 12151529. OLE color: 12151529.

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

Color convert

RGB233106185-
CMYK00.550.210.09
HSL322.68º74.27%66.47%-
HSV(B)322.68º54.51%91.37%-
XYZ47.5231.1349.4-
YUV152.98146.08185.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 106 (41.80% from 255) = 20.23%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=44.47%
G=20.23%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310618500.550.210.09322.6874.2766.47
HexE96AB90371591434a42
Octal3511522710672511503112102
Binary11101001110101010111001011011110101100110100001110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96AB9; }

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

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

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

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

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

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

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

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