#E90D80

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

Shades of Deep Pink #E90D80

Tints of Deep Pink #E90D80

Color information

#E90D80 (or 0xE90D80) is unknown color: approx Deep Pink. HEX triplet: E9, 0D and 80. RGB value is (233,13,128). Sum of RGB (Red+Green+Blue) = 233+13+128=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D80 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D80 is #16F27F. Grayscale: #5B5B5B. Windows color (decimal): -1503872 or 8392169. OLE color: 8392169.

HSL color Cylindrical-coordinate representation of color #E90D80: hue angle of 328.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90D80 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB23313128-
CMYK00.940.450.09
HSL328.64º89.43%48.24%-
HSV(B)328.64º94.42%91.37%-
XYZ37.6419.1722.14-
YUV91.89148.39228.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 62.30%
GREEN value IS 13 (5.47% from 255) = 3.48%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=62.30%
G=3.48%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331312800.940.450.09328.6489.4348.24
HexE9D8005E2D91495930
Octal351152000136551151113160
Binary111010011101100000000101111010110110011010010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90D80; }

 p { color: rgb(233,13,128); }

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

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

 a { background-color: rgb(233,13,128); }

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

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

 span { border-color: rgb(233,13,128); }

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