#E325A5

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

Shades of Persian Rose #E325A5

Tints of Persian Rose #E325A5

Color information

#E325A5 (or 0xE325A5) is unknown color: approx Persian Rose. HEX triplet: E3, 25 and A5. RGB value is (227,37,165). Sum of RGB (Red+Green+Blue) = 227+37+165=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E325A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325A5 is #1CDA5A. Grayscale: #6C6C6C. Windows color (decimal): -1890907 or 10823139. OLE color: 10823139.

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

Color convert

RGB22737165-
CMYK00.840.270.11
HSL319.58º77.24%51.76%-
HSV(B)319.58º83.7%89.02%-
XYZ39.1320.3737.47-
YUV108.4159.95212.59-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.91%
GREEN value IS 37 (14.84% from 255) = 8.62%
BLUE value IS 165 (64.84% from 255) = 38.46%
R=52.91%
G=8.62%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273716500.840.270.11319.5877.2451.76
HexE325A50541BB1404d34
Octal343452450124331350011564
Binary1110001110010110100101010101001101110111010000001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E325A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E325A5; }

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

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

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

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

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

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

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

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