Html Css Color HEX #E535AA Persian Rose

📋 copy color: '#E535AA'

red 229 ◦ green 53 ◦ blue 170

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

Shades of Persian Rose #E535AA

Tints of Persian Rose #E535AA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.73%

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

R = 50.66%
G = 11.73%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E535AA (or 0xE535AA) is known color: Persian Rose. HEX triplet: E5, 35 and AA. RGB value is (229,53,170). Sum of RGB (Red+Green+Blue) = 229+53+170=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E535AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E535AA is #1ACA55. Grayscale: #767676. Windows color (decimal): -1755734 or 11154917. OLE color: 11154917.

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

Color convert

RGB 229 53 170 -
CMYK 0 0.77 0.26 0.10
HSL 320.11º 0.77% 0.55% -
HSV(B) 320.11º 0.77% 0.9% -
XYZ 40.84 22.11 40.14 -
YUV 118.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 229 53 170 0 0.77 0.26 0.10 320.11 0.77 0.55
Hex E5 35 AA 0 4D 1A A 140 4D 37
Octal 345 65 252 0 115 32 12 500 115 67
Binary 11100101 110101 10101010 0 1001101 11010 1010 101000000 1001101 110111

Color Harmonies of #E535AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E535AA

Black with #E535AA

Text Example


Text Example

White with #E535AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E535AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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