#E539AB

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

Shades of Persian Rose #E539AB

Tints of Persian Rose #E539AB

Color information

#E539AB (or 0xE539AB) is unknown color: approx Persian Rose. HEX triplet: E5, 39 and AB. RGB value is (229,57,171). Sum of RGB (Red+Green+Blue) = 229+57+171=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E539AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E539AB is #1AC654. Grayscale: #797979. Windows color (decimal): -1754709 or 11221477. OLE color: 11221477.

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

Color convert

RGB22957171-
CMYK00.750.250.10
HSL320.23º76.79%56.08%-
HSV(B)320.23º75.11%89.8%-
XYZ41.1322.5240.71-
YUV121.42155.98204.73-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.11%
GREEN value IS 57 (22.66% from 255) = 12.47%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=50.11%
G=12.47%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295717100.750.250.10320.2376.7956.08
HexE539AB04B19A1404d38
Octal345712530113311250011570
Binary1110010111100110101011010010111100110101010000001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E539AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E539AB; }

 p { color: rgb(229,57,171); }

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

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

 a { background-color: rgb(229,57,171); }

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

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

 span { border-color: rgb(229,57,171); }

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