Html Css Color HEX #E539AE Persian Rose

📋 copy color: '#E539AE'

red 229 ◦ green 57 ◦ blue 174

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

Shades of Persian Rose #E539AE

Tints of Persian Rose #E539AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.83%

R = 49.78%
G = 12.39%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E539AE (or 0xE539AE) is known color: Persian Rose. HEX triplet: E5, 39 and AE. RGB value is (229,57,174). Sum of RGB (Red+Green+Blue) = 229+57+174=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E539AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E539AE is #1AC651. Grayscale: #797979. Windows color (decimal): -1754706 or 11418085. OLE color: 11418085.

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

Color convert

RGB 229 57 174 -
CMYK 0 0.75 0.24 0.10
HSL 319.19º 0.77% 0.56% -
HSV(B) 319.19º 0.75% 0.9% -
XYZ 41.42 22.64 42.23 -
YUV 121.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 229 57 174 0 0.75 0.24 0.10 319.19 0.77 0.56
Hex E5 39 AE 0 4B 18 A 13F 4D 38
Octal 345 71 256 0 113 30 12 477 115 70
Binary 11100101 111001 10101110 0 1001011 11000 1010 100111111 1001101 111000

Color Harmonies of #E539AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E539AE

Black with #E539AE

Text Example


Text Example

White with #E539AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E539AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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