#E53AAF

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

Shades of Persian Rose #E53AAF

Tints of Persian Rose #E53AAF

Color information

#E53AAF (or 0xE53AAF) is unknown color: approx Persian Rose. HEX triplet: E5, 3A and AF. RGB value is (229,58,175). Sum of RGB (Red+Green+Blue) = 229+58+175=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AAF is #1AC550. Grayscale: #7A7A7A. Windows color (decimal): -1754449 or 11483877. OLE color: 11483877.

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

Color convert

RGB22958175-
CMYK00.750.240.10
HSL318.95º76.68%56.27%-
HSV(B)318.95º74.67%89.8%-
XYZ41.5622.7842.76-
YUV122.47157.65203.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.57%
GREEN value IS 58 (23.05% from 255) = 12.55%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=49.57%
G=12.55%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295817500.750.240.10318.9576.6856.27
HexE53AAF04B18A13f4d38
Octal345722570113301247711570
Binary1110010111101010101111010010111100010101001111111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53AAF; }

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

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

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

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

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

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

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

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