#E96CB3

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

Shades of Hot Pink #E96CB3

Tints of Hot Pink #E96CB3

Color information

#E96CB3 (or 0xE96CB3) is unknown color: approx Hot Pink. HEX triplet: E9, 6C and B3. RGB value is (233,108,179). Sum of RGB (Red+Green+Blue) = 233+108+179=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CB3 is #16934C. Grayscale: #999999. Windows color (decimal): -1479501 or 11758825. OLE color: 11758825.

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

Color convert

RGB233108179-
CMYK00.540.230.09
HSL325.92º73.96%66.86%-
HSV(B)325.92º53.65%91.37%-
XYZ47.131.346.21-
YUV153.47142.41184.73-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.81%
GREEN value IS 108 (42.58% from 255) = 20.77%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=44.81%
G=20.77%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310817900.540.230.09325.9273.9666.86
HexE96CB30361791464a43
Octal3511542630662711506112103
Binary11101001110110010110011011011010111100110100011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CB3; }

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

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

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

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

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

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

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

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