#E51E9A

Color #E51E9A Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E51E9A

Tints of Persian Rose #E51E9A

Color information

#E51E9A (or 0xE51E9A) is unknown color: approx Persian Rose. HEX triplet: E5, 1E and 9A. RGB value is (229,30,154). Sum of RGB (Red+Green+Blue) = 229+30+154=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E51E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51E9A is #1AE165. Grayscale: #676767. Windows color (decimal): -1761638 or 10100453. OLE color: 10100453.

HSL color Cylindrical-coordinate representation of color #E51E9A: hue angle of 322.61º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E51E9A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB22930154-
CMYK00.870.330.10
HSL322.61º79.28%50.78%-
HSV(B)322.61º86.9%89.8%-
XYZ38.6119.9232.38-
YUV103.64156.43217.42-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.45%
GREEN value IS 30 (12.11% from 255) = 7.26%
BLUE value IS 154 (60.55% from 255) = 37.29%
R=55.45%
G=7.26%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293015400.870.330.10322.6179.2850.78
HexE51E9A05721A1434f33
Octal345362320127411250311763
Binary1110010111110100110100101011110000110101010000111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51E9A; }

 p { color: rgb(229,30,154); }

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

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

 a { background-color: rgb(229,30,154); }

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

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

 span { border-color: rgb(229,30,154); }

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