Html Css Color HEX #E521A1 Persian Rose

📋 copy color: '#E521A1'

red 229 ◦ green 33 ◦ blue 161

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

Shades of Persian Rose #E521A1

Tints of Persian Rose #E521A1

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.8%

 BLUE value IS 161 (63.28% from 255) = 38.06%

R = 54.14%
G = 7.8%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E521A1 (or 0xE521A1) is known color: Persian Rose. HEX triplet: E5, 21 and A1. RGB value is (229,33,161). Sum of RGB (Red+Green+Blue) = 229+33+161=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E521A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521A1 is #1ADE5E. Grayscale: #696969. Windows color (decimal): -1760863 or 10559973. OLE color: 10559973.

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

Color convert

RGB 229 33 161 -
CMYK 0 0.86 0.30 0.10
HSL 320.82º 0.79% 0.51% -
HSV(B) 320.82º 0.86% 0.9% -
XYZ 39.29 20.32 35.57 -
YUV 106.2 158.93 215.59 -
System Red Green Blue C M Y K H S L
Decimal 229 33 161 0 0.86 0.30 0.10 320.82 0.79 0.51
Hex E5 21 A1 0 56 1E A 141 4F 33
Octal 345 41 241 0 126 36 12 501 117 63
Binary 11100101 100001 10100001 0 1010110 11110 1010 101000001 1001111 110011

Color Harmonies of #E521A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521A1

Black with #E521A1

Text Example


Text Example

White with #E521A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521A1; }

 p { color: rgb(229,33,161); }

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

background-color css

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

 a { background-color: rgb(229,33,161); }

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

border-color css

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

 span { border-color: rgb(229,33,161); }

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