#E531A1

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

Shades of Persian Rose #E531A1

Tints of Persian Rose #E531A1

Color information

#E531A1 (or 0xE531A1) is unknown color: approx Persian Rose. HEX triplet: E5, 31 and A1. RGB value is (229,49,161). Sum of RGB (Red+Green+Blue) = 229+49+161=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E531A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E531A1 is #1ACE5E. Grayscale: #737373. Windows color (decimal): -1756767 or 10564069. OLE color: 10564069.

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

Color convert

RGB22949161-
CMYK00.790.300.10
HSL322.67º77.59%54.51%-
HSV(B)322.67º78.6%89.8%-
XYZ39.8421.4335.75-
YUV115.59153.63208.89-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.16%
GREEN value IS 49 (19.53% from 255) = 11.16%
BLUE value IS 161 (63.28% from 255) = 36.67%
R=52.16%
G=11.16%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294916100.790.300.10322.6777.5954.51
HexE531A104F1EA1434e37
Octal345612410117361250311667
Binary1110010111000110100001010011111111010101010000111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E531A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E531A1; }

 p { color: rgb(229,49,161); }

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

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

 a { background-color: rgb(229,49,161); }

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

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

 span { border-color: rgb(229,49,161); }

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