#E53AB0

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

Shades of Persian Rose #E53AB0

Tints of Persian Rose #E53AB0

Color information

#E53AB0 (or 0xE53AB0) is unknown color: approx Persian Rose. HEX triplet: E5, 3A and B0. RGB value is (229,58,176). Sum of RGB (Red+Green+Blue) = 229+58+176=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AB0 is #1AC54F. Grayscale: #7A7A7A. Windows color (decimal): -1754448 or 11549413. OLE color: 11549413.

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

Color convert

RGB22958176-
CMYK00.750.230.10
HSL318.6º76.68%56.27%-
HSV(B)318.6º74.67%89.8%-
XYZ41.6622.8243.28-
YUV122.58158.15203.91-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.46%
GREEN value IS 58 (23.05% from 255) = 12.53%
BLUE value IS 176 (69.14% from 255) = 38.01%
R=49.46%
G=12.53%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295817600.750.230.10318.676.6856.27
HexE53AB004B17A13f4d38
Octal345722600113271247711570
Binary1110010111101010110000010010111011110101001111111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53AB0; }

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

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

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

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

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

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

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

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