#E96CB6

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

Shades of Hot Pink #E96CB6

Tints of Hot Pink #E96CB6

Color information

#E96CB6 (or 0xE96CB6) is unknown color: approx Hot Pink. HEX triplet: E9, 6C and B6. RGB value is (233,108,182). Sum of RGB (Red+Green+Blue) = 233+108+182=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CB6 is #169349. Grayscale: #999999. Windows color (decimal): -1479498 or 11955433. OLE color: 11955433.

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

Color convert

RGB233108182-
CMYK00.540.220.09
HSL324.48º73.96%66.86%-
HSV(B)324.48º53.65%91.37%-
XYZ47.4131.4347.82-
YUV153.81143.91184.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.55%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=44.55%
G=20.65%
B=34.80%

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
Decimal23310818200.540.220.09324.4873.9666.86
HexE96CB60361691444a43
Octal3511542660662611504112103
Binary11101001110110010110110011011010110100110100010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CB6; }

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

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

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

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

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

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

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

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