#E96CB5

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

Shades of Hot Pink #E96CB5

Tints of Hot Pink #E96CB5

Color information

#E96CB5 (or 0xE96CB5) is unknown color: approx Hot Pink. HEX triplet: E9, 6C and B5. RGB value is (233,108,181). Sum of RGB (Red+Green+Blue) = 233+108+181=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CB5 is #16934A. Grayscale: #999999. Windows color (decimal): -1479499 or 11889897. OLE color: 11889897.

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

Color convert

RGB233108181-
CMYK00.540.220.09
HSL324.96º73.96%66.86%-
HSV(B)324.96º53.65%91.37%-
XYZ47.3131.3847.28-
YUV153.7143.41184.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.64%
GREEN value IS 108 (42.58% from 255) = 20.69%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=44.64%
G=20.69%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310818100.540.220.09324.9673.9666.86
HexE96CB50361691454a43
Octal3511542650662611505112103
Binary11101001110110010110101011011010110100110100010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CB5; }

 p { color: rgb(233,108,181); }

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

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

 a { background-color: rgb(233,108,181); }

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

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

 span { border-color: rgb(233,108,181); }

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