#E96DB8

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

Shades of Hot Pink #E96DB8

Tints of Hot Pink #E96DB8

Color information

#E96DB8 (or 0xE96DB8) is unknown color: approx Hot Pink. HEX triplet: E9, 6D and B8. RGB value is (233,109,184). Sum of RGB (Red+Green+Blue) = 233+109+184=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 184 (72.27% from 255 or 34.98% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96DB8 is #169247. Grayscale: #9A9A9A. Windows color (decimal): -1479240 or 12086761. OLE color: 12086761.

HSL color Cylindrical-coordinate representation of color #E96DB8: hue angle of 323.71º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96DB8 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB233109184-
CMYK00.530.210.09
HSL323.71º73.81%67.06%-
HSV(B)323.71º53.22%91.37%-
XYZ47.7231.7248.95-
YUV154.63144.58183.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 109 (42.97% from 255) = 20.72%
BLUE value IS 184 (72.27% from 255) = 34.98%
R=44.30%
G=20.72%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310918400.530.210.09323.7173.8167.06
HexE96DB80351591444a43
Octal3511552700652511504112103
Binary11101001110110110111000011010110101100110100010010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DB8; }

 p { color: rgb(233,109,184); }

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

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

 a { background-color: rgb(233,109,184); }

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

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

 span { border-color: rgb(233,109,184); }

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