#E96CB4

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

Shades of Hot Pink #E96CB4

Tints of Hot Pink #E96CB4

Color information

#E96CB4 (or 0xE96CB4) is unknown color: approx Hot Pink. HEX triplet: E9, 6C and B4. RGB value is (233,108,180). Sum of RGB (Red+Green+Blue) = 233+108+180=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96CB4 is #16934B. Grayscale: #999999. Windows color (decimal): -1479500 or 11824361. OLE color: 11824361.

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

Color convert

RGB233108180-
CMYK00.540.230.09
HSL325.44º73.96%66.86%-
HSV(B)325.44º53.65%91.37%-
XYZ47.2131.3446.74-
YUV153.58142.91184.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.72%
GREEN value IS 108 (42.58% from 255) = 20.73%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=44.72%
G=20.73%
B=34.55%

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
Decimal23310818000.540.230.09325.4473.9666.86
HexE96CB40361791454a43
Octal3511542640662711505112103
Binary11101001110110010110100011011010111100110100010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CB4; }

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

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

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

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

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

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

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

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