Html Css Color HEX #E020A1 Persian Rose

📋 copy color: '#E020A1'

red 224 ◦ green 32 ◦ blue 161

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

Shades of Persian Rose #E020A1

Tints of Persian Rose #E020A1

RGB

 RED value IS 224 (87.89% from 255) = 53.72%

 GREEN value IS 32 (12.89% from 255) = 7.67%

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

R = 53.72%
G = 7.67%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E020A1 (or 0xE020A1) is known color: Persian Rose. HEX triplet: E0, 20 and A1. RGB value is (224,32,161). Sum of RGB (Red+Green+Blue) = 224+32+161=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E020A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E020A1 is #1FDF5E. Grayscale: #676767. Windows color (decimal): -2088799 or 10559712. OLE color: 10559712.

HSL color Cylindrical-coordinate representation of color #E020A1: hue angle of 319.69º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E020A1 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 32 161 -
CMYK 0 0.86 0.28 0.12
HSL 319.69º 0.76% 0.5% -
HSV(B) 319.69º 0.86% 0.88% -
XYZ 37.69 19.45 35.49 -
YUV 104.11 160.11 213.51 -
System Red Green Blue C M Y K H S L
Decimal 224 32 161 0 0.86 0.28 0.12 319.69 0.76 0.5
Hex E0 20 A1 0 56 1C C 140 4C 32
Octal 340 40 241 0 126 34 14 500 114 62
Binary 11100000 100000 10100001 0 1010110 11100 1100 101000000 1001100 110010

Color Harmonies of #E020A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E020A1

Black with #E020A1

Text Example


Text Example

White with #E020A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E020A1; }

 p { color: rgb(224,32,161); }

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

background-color css

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

 a { background-color: rgb(224,32,161); }

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

border-color css

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

 span { border-color: rgb(224,32,161); }

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