#E53AA8

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

Shades of Persian Rose #E53AA8

Tints of Persian Rose #E53AA8

Color information

#E53AA8 (or 0xE53AA8) is unknown color: approx Persian Rose. HEX triplet: E5, 3A and A8. RGB value is (229,58,168). Sum of RGB (Red+Green+Blue) = 229+58+168=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AA8 is #1AC557. Grayscale: #797979. Windows color (decimal): -1754456 or 11025125. OLE color: 11025125.

HSL color Cylindrical-coordinate representation of color #E53AA8: hue angle of 321.4º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E53AA8 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB22958168-
CMYK00.750.270.10
HSL321.4º76.68%56.27%-
HSV(B)321.4º74.67%89.8%-
XYZ40.8922.5139.24-
YUV121.67154.15204.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.33%
GREEN value IS 58 (23.05% from 255) = 12.75%
BLUE value IS 168 (66.02% from 255) = 36.92%
R=50.33%
G=12.75%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295816800.750.270.10321.476.6856.27
HexE53AA804B1BA1414d38
Octal345722500113331250111570
Binary1110010111101010101000010010111101110101010000011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53AA8; }

 p { color: rgb(229,58,168); }

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

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

 a { background-color: rgb(229,58,168); }

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

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

 span { border-color: rgb(229,58,168); }

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