#E53AAA

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

Shades of Persian Rose #E53AAA

Tints of Persian Rose #E53AAA

Color information

#E53AAA (or 0xE53AAA) is unknown color: approx Persian Rose. HEX triplet: E5, 3A and AA. RGB value is (229,58,170). Sum of RGB (Red+Green+Blue) = 229+58+170=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AAA is #1AC555. Grayscale: #797979. Windows color (decimal): -1754454 or 11156197. OLE color: 11156197.

HSL color Cylindrical-coordinate representation of color #E53AAA: hue angle of 320.7º 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 #E53AAA is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB22958170-
CMYK00.750.260.10
HSL320.7º76.68%56.27%-
HSV(B)320.7º74.67%89.8%-
XYZ41.0822.5940.22-
YUV121.9155.15204.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=50.11%
G=12.69%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295817000.750.260.10320.776.6856.27
HexE53AAA04B1AA1414d38
Octal345722520113321250111570
Binary1110010111101010101010010010111101010101010000011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53AAA; }

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

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

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

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

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

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

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

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