Html Css Color HEX #E539AA Persian Rose

📋 copy color: '#E539AA'

red 229 ◦ green 57 ◦ blue 170

#E539AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #E539AA

Tints of Persian Rose #E539AA

RGB

 RED value IS 229 (89.84% from 255) = 50.22%

 GREEN value IS 57 (22.66% from 255) = 12.5%

 BLUE value IS 170 (66.8% from 255) = 37.28%

R = 50.22%
G = 12.5%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E539AA (or 0xE539AA) is known color: Persian Rose. HEX triplet: E5, 39 and AA. RGB value is (229,57,170). Sum of RGB (Red+Green+Blue) = 229+57+170=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E539AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E539AA is #1AC655. Grayscale: #797979. Windows color (decimal): -1754710 or 11155941. OLE color: 11155941.

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

Color convert

RGB 229 57 170 -
CMYK 0 0.75 0.26 0.10
HSL 320.58º 0.77% 0.56% -
HSV(B) 320.58º 0.75% 0.9% -
XYZ 41.03 22.49 40.21 -
YUV 121.31 155.48 204.81 -
System Red Green Blue C M Y K H S L
Decimal 229 57 170 0 0.75 0.26 0.10 320.58 0.77 0.56
Hex E5 39 AA 0 4B 1A A 141 4D 38
Octal 345 71 252 0 113 32 12 501 115 70
Binary 11100101 111001 10101010 0 1001011 11010 1010 101000001 1001101 111000

Color Harmonies of #E539AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E539AA

Black with #E539AA

Text Example


Text Example

White with #E539AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E539AA; }

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

 H1.HeaderClassName
 {
   color: #E539AA;
 }
 .AnyTagClassName
 {
   color: #E539AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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