Html Css Color HEX #E522A0 Persian Rose

📋 copy color: '#E522A0'

red 229 ◦ green 34 ◦ blue 160

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

Shades of Persian Rose #E522A0

Tints of Persian Rose #E522A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.04%

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 54.14%
G = 8.04%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E522A0 (or 0xE522A0) is known color: Persian Rose. HEX triplet: E5, 22 and A0. RGB value is (229,34,160). Sum of RGB (Red+Green+Blue) = 229+34+160=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E522A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E522A0 is #1ADD5F. Grayscale: #6A6A6A. Windows color (decimal): -1760608 or 10494693. OLE color: 10494693.

HSL color Cylindrical-coordinate representation of color #E522A0: hue angle of 321.23º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E522A0 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 34 160 -
CMYK 0 0.85 0.30 0.10
HSL 321.23º 0.79% 0.52% -
HSV(B) 321.23º 0.85% 0.9% -
XYZ 39.23 20.34 35.12 -
YUV 106.67 158.1 215.25 -
System Red Green Blue C M Y K H S L
Decimal 229 34 160 0 0.85 0.30 0.10 321.23 0.79 0.52
Hex E5 22 A0 0 55 1E A 141 4F 34
Octal 345 42 240 0 125 36 12 501 117 64
Binary 11100101 100010 10100000 0 1010101 11110 1010 101000001 1001111 110100

Color Harmonies of #E522A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E522A0

Black with #E522A0

Text Example


Text Example

White with #E522A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E522A0; }

 p { color: rgb(229,34,160); }

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

background-color css

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

 a { background-color: rgb(229,34,160); }

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

border-color css

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

 span { border-color: rgb(229,34,160); }

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