Html Css Color HEX #E521A5 Persian Rose

📋 copy color: '#E521A5'

red 229 ◦ green 33 ◦ blue 165

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

Shades of Persian Rose #E521A5

Tints of Persian Rose #E521A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.64%

R = 53.63%
G = 7.73%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E521A5 (or 0xE521A5) is known color: Persian Rose. HEX triplet: E5, 21 and A5. RGB value is (229,33,165). Sum of RGB (Red+Green+Blue) = 229+33+165=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E521A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E521A5 is #1ADE5A. Grayscale: #6A6A6A. Windows color (decimal): -1760859 or 10822117. OLE color: 10822117.

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

Color convert

RGB 229 33 165 -
CMYK 0 0.86 0.28 0.10
HSL 319.59º 0.79% 0.51% -
HSV(B) 319.59º 0.86% 0.9% -
XYZ 39.65 20.46 37.46 -
YUV 106.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 229 33 165 0 0.86 0.28 0.10 319.59 0.79 0.51
Hex E5 21 A5 0 56 1C A 140 4F 33
Octal 345 41 245 0 126 34 12 500 117 63
Binary 11100101 100001 10100101 0 1010110 11100 1010 101000000 1001111 110011

Color Harmonies of #E521A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521A5

Black with #E521A5

Text Example


Text Example

White with #E521A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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