#E96BA7

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

Shades of Hot Pink #E96BA7

Tints of Hot Pink #E96BA7

Color information

#E96BA7 (or 0xE96BA7) is unknown color: approx Hot Pink. HEX triplet: E9, 6B and A7. RGB value is (233,107,167). Sum of RGB (Red+Green+Blue) = 233+107+167=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BA7 is #169458. Grayscale: #979797. Windows color (decimal): -1479769 or 10972137. OLE color: 10972137.

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

Color convert

RGB233107167-
CMYK00.540.280.09
HSL331.43º74.12%66.67%-
HSV(B)331.43º54.08%91.37%-
XYZ45.8430.6340.06-
YUV151.51136.74186.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.96%
GREEN value IS 107 (42.19% from 255) = 21.10%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=45.96%
G=21.10%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310716700.540.280.09331.4374.1266.67
HexE96BA70361C914b4a43
Octal3511532470663411513112103
Binary11101001110101110100111011011011100100110100101110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96BA7; }

 p { color: rgb(233,107,167); }

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

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

 a { background-color: rgb(233,107,167); }

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

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

 span { border-color: rgb(233,107,167); }

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