#E91D96

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

Shades of Deep Pink #E91D96

Tints of Deep Pink #E91D96

Color information

#E91D96 (or 0xE91D96) is unknown color: approx Deep Pink. HEX triplet: E9, 1D and 96. RGB value is (233,29,150). Sum of RGB (Red+Green+Blue) = 233+29+150=412 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.55% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91D96 is #16E269. Grayscale: #676767. Windows color (decimal): -1499754 or 9838057. OLE color: 9838057.

HSL color Cylindrical-coordinate representation of color #E91D96: hue angle of 324.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91D96 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB23329150-
CMYK00.880.360.09
HSL324.41º82.26%51.37%-
HSV(B)324.41º87.55%91.37%-
XYZ39.5520.430.71-
YUV103.79154.09220.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.55%
GREEN value IS 29 (11.72% from 255) = 7.04%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=56.55%
G=7.04%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332915000.880.360.09324.4182.2651.37
HexE91D960582491445233
Octal351352260130441150412263
Binary1110100111101100101100101100010010010011010001001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91D96; }

 p { color: rgb(233,29,150); }

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

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

 a { background-color: rgb(233,29,150); }

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

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

 span { border-color: rgb(233,29,150); }

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