#e821a5

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

Shades of Persian Rose #E821A5

Tints of Persian Rose #E821A5

Color information

#E821A5 (or 0xE821A5) is unknown color: approx Persian Rose. HEX triplet: E8, 21 and A5. RGB value is (232,33,165). Sum of RGB (Red+Green+Blue) = 232+33+165=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E821A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E821A5 is #17DE5A. Grayscale: #6B6B6B. Windows color (decimal): -1564251 or 10822120. OLE color: 10822120.

HSL color Cylindrical-coordinate representation of color #E821A5: hue angle of 320.2º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E821A5 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB23233165-
CMYK00.860.290.09
HSL320.2º81.22%51.96%-
HSV(B)320.2º85.78%90.98%-
XYZ40.6120.9637.5-
YUV107.55160.43216.77-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 53.95%
GREEN value IS 33 (13.28% from 255) = 7.67%
BLUE value IS 165 (64.84% from 255) = 38.37%
R=53.95%
G=7.67%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2323316500.860.290.09320.281.2251.96
HexE821A50561D91405134
Octal350412450126351150012164
Binary1110100010000110100101010101101110110011010000001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e821a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e821a5; }

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

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

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

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

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

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

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

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