#E021A0

Color #E021A0 Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #E021A0

Tints of Persian Rose #E021A0

Color information

#E021A0 (or 0xE021A0) is unknown color: approx Persian Rose. HEX triplet: E0, 21 and A0. RGB value is (224,33,160). Sum of RGB (Red+Green+Blue) = 224+33+160=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E021A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021A0 is #1FDE5F. Grayscale: #686868. Windows color (decimal): -2088544 or 10494432. OLE color: 10494432.

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

Color convert

RGB22433160-
CMYK00.850.290.12
HSL320.1º75.49%50.39%-
HSV(B)320.1º85.27%87.84%-
XYZ37.6319.4735.03-
YUV104.59159.28213.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.72%
GREEN value IS 33 (13.28% from 255) = 7.91%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=53.72%
G=7.91%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243316000.850.290.12320.175.4950.39
HexE021A00551DC1404b32
Octal340412400125351450011362
Binary1110000010000110100000010101011110111001010000001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E021A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E021A0; }

 p { color: rgb(224,33,160); }

 H1.HeaderClassName
 {
   color: #E021A0;
 }
 .AnyTagClassName
 {
   color: #E021A0;
 }
</style>
background-color css

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

 a { background-color: rgb(224,33,160); }

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

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

 span { border-color: rgb(224,33,160); }

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