#E96CA8

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

Shades of Hot Pink #E96CA8

Tints of Hot Pink #E96CA8

Color information

#E96CA8 (or 0xE96CA8) is unknown color: approx Hot Pink. HEX triplet: E9, 6C and A8. RGB value is (233,108,168). Sum of RGB (Red+Green+Blue) = 233+108+168=509 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.78% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 233 - color contains mainly: red. Hex color #E96CA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96CA8 is #169357. Grayscale: #989898. Windows color (decimal): -1479512 or 11037929. OLE color: 11037929.

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

Color convert

RGB233108168-
CMYK00.540.280.09
HSL331.2º73.96%66.86%-
HSV(B)331.2º53.65%91.37%-
XYZ46.0330.8840.58-
YUV152.21136.91185.62-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.78%
GREEN value IS 108 (42.58% from 255) = 21.22%
BLUE value IS 168 (66.02% from 255) = 33.01%
R=45.78%
G=21.22%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310816800.540.280.09331.273.9666.86
HexE96CA80361C914b4a43
Octal3511542500663411513112103
Binary11101001110110010101000011011011100100110100101110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96CA8; }

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

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

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

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

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

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

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

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