#E329A5

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

Shades of Persian Rose #E329A5

Tints of Persian Rose #E329A5

Color information

#E329A5 (or 0xE329A5) is unknown color: approx Persian Rose. HEX triplet: E3, 29 and A5. RGB value is (227,41,165). Sum of RGB (Red+Green+Blue) = 227+41+165=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E329A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E329A5 is #1CD65A. Grayscale: #6E6E6E. Windows color (decimal): -1889883 or 10824163. OLE color: 10824163.

HSL color Cylindrical-coordinate representation of color #E329A5: hue angle of 320º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329A5 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB22741165-
CMYK00.820.270.11
HSL320º76.86%52.55%-
HSV(B)320º81.94%89.02%-
XYZ39.2620.6337.51-
YUV110.75158.62210.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.42%
GREEN value IS 41 (16.41% from 255) = 9.47%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=52.42%
G=9.47%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274116500.820.270.1132076.8652.55
HexE329A50521BB1404d35
Octal343512450122331350011565
Binary1110001110100110100101010100101101110111010000001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E329A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E329A5; }

 p { color: rgb(227,41,165); }

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

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

 a { background-color: rgb(227,41,165); }

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

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

 span { border-color: rgb(227,41,165); }

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