#E96BAE

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

Shades of Hot Pink #E96BAE

Tints of Hot Pink #E96BAE

Color information

#E96BAE (or 0xE96BAE) is unknown color: approx Hot Pink. HEX triplet: E9, 6B and AE. RGB value is (233,107,174). Sum of RGB (Red+Green+Blue) = 233+107+174=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E96BAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96BAE is #169451. Grayscale: #989898. Windows color (decimal): -1479762 or 11430889. OLE color: 11430889.

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

Color convert

RGB233107174-
CMYK00.540.250.09
HSL328.1º74.12%66.67%-
HSV(B)328.1º54.08%91.37%-
XYZ46.530.943.56-
YUV152.31140.24185.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.33%
GREEN value IS 107 (42.19% from 255) = 20.82%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=45.33%
G=20.82%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310717400.540.250.09328.174.1266.67
HexE96BAE0361991484a43
Octal3511532560663111510112103
Binary11101001110101110101110011011011001100110100100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96BAE; }

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

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

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

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

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

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

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

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