Html Css Color HEX #E534AA Persian Rose

📋 copy color: '#E534AA'

red 229 ◦ green 52 ◦ blue 170

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

Shades of Persian Rose #E534AA

Tints of Persian Rose #E534AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.53%

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

R = 50.78%
G = 11.53%
B = 37.69%

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

#E534AA (or 0xE534AA) is known color: Persian Rose. HEX triplet: E5, 34 and AA. RGB value is (229,52,170). Sum of RGB (Red+Green+Blue) = 229+52+170=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E534AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E534AA is #1ACB55. Grayscale: #767676. Windows color (decimal): -1755990 or 11154661. OLE color: 11154661.

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

Color convert

RGB 229 52 170 -
CMYK 0 0.77 0.26 0.10
HSL 320º 0.77% 0.55% -
HSV(B) 320º 0.77% 0.9% -
XYZ 40.8 22.02 40.13 -
YUV 118.38 157.14 206.91 -
System Red Green Blue C M Y K H S L
Decimal 229 52 170 0 0.77 0.26 0.10 320 0.77 0.55
Hex E5 34 AA 0 4D 1A A 140 4D 37
Octal 345 64 252 0 115 32 12 500 115 67
Binary 11100101 110100 10101010 0 1001101 11010 1010 101000000 1001101 110111

Color Harmonies of #E534AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E534AA

Black with #E534AA

Text Example


Text Example

White with #E534AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E534AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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