#E90E87

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

Shades of Deep Pink #E90E87

Tints of Deep Pink #E90E87

Color information

#E90E87 (or 0xE90E87) is unknown color: approx Deep Pink. HEX triplet: E9, 0E and 87. RGB value is (233,14,135). Sum of RGB (Red+Green+Blue) = 233+14+135=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E87 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90E87 is #16F178. Grayscale: #5D5D5D. Windows color (decimal): -1503609 or 8851177. OLE color: 8851177.

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

Color convert

RGB23314135-
CMYK00.940.420.09
HSL326.85º88.66%48.43%-
HSV(B)326.85º93.99%91.37%-
XYZ38.1319.3924.65-
YUV93.28151.55227.66-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.99%
GREEN value IS 14 (5.86% from 255) = 3.66%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=60.99%
G=3.66%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331413500.940.420.09326.8588.6648.43
HexE9E8705E2A91475930
Octal351162070136521150713160
Binary111010011110100001110101111010101010011010001111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90E87; }

 p { color: rgb(233,14,135); }

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

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

 a { background-color: rgb(233,14,135); }

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

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

 span { border-color: rgb(233,14,135); }

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