#E50E89

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

Shades of Deep Pink #E50E89

Tints of Deep Pink #E50E89

Color information

#E50E89 (or 0xE50E89) is unknown color: approx Deep Pink. HEX triplet: E5, 0E and 89. RGB value is (229,14,137). Sum of RGB (Red+Green+Blue) = 229+14+137=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50E89 is #1AF176. Grayscale: #5C5C5C. Windows color (decimal): -1765751 or 8982245. OLE color: 8982245.

HSL color Cylindrical-coordinate representation of color #E50E89: hue angle of 325.67º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E50E89 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB22914137-
CMYK00.940.400.10
HSL325.67º88.48%47.65%-
HSV(B)325.67º93.89%89.8%-
XYZ36.9918.7825.34-
YUV92.31153.23225.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 60.26%
GREEN value IS 14 (5.86% from 255) = 3.68%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=60.26%
G=3.68%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291413700.940.400.10325.6788.4847.65
HexE5E8905E28A1465830
Octal345162110136501250613060
Binary111001011110100010010101111010100010101010001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E50E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E50E89; }

 p { color: rgb(229,14,137); }

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

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

 a { background-color: rgb(229,14,137); }

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

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

 span { border-color: rgb(229,14,137); }

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