#E96DB0

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

Shades of Hot Pink #E96DB0

Tints of Hot Pink #E96DB0

Color information

#E96DB0 (or 0xE96DB0) is unknown color: approx Hot Pink. HEX triplet: E9, 6D and B0. RGB value is (233,109,176). Sum of RGB (Red+Green+Blue) = 233+109+176=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E96DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E96DB0 is #16924F. Grayscale: #999999. Windows color (decimal): -1479248 or 11562473. OLE color: 11562473.

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

Color convert

RGB233109176-
CMYK00.530.240.09
HSL327.58º73.81%67.06%-
HSV(B)327.58º53.22%91.37%-
XYZ46.9131.444.66-
YUV153.71140.58184.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.98%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=44.98%
G=21.04%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310917600.530.240.09327.5873.8167.06
HexE96DB00351891484a43
Octal3511552600653011510112103
Binary11101001110110110110000011010111000100110100100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96DB0; }

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

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

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

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

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

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

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

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