#E325A0

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

Shades of Persian Rose #E325A0

Tints of Persian Rose #E325A0

Color information

#E325A0 (or 0xE325A0) is unknown color: approx Persian Rose. HEX triplet: E3, 25 and A0. RGB value is (227,37,160). Sum of RGB (Red+Green+Blue) = 227+37+160=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E325A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E325A0 is #1CDA5F. Grayscale: #6B6B6B. Windows color (decimal): -1890912 or 10495459. OLE color: 10495459.

HSL color Cylindrical-coordinate representation of color #E325A0: hue angle of 321.16º 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 #E325A0 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB22737160-
CMYK00.840.300.11
HSL321.16º77.24%51.76%-
HSV(B)321.16º83.7%89.02%-
XYZ38.6920.1935.12-
YUV107.83157.45213-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.54%
GREEN value IS 37 (14.84% from 255) = 8.73%
BLUE value IS 160 (62.89% from 255) = 37.74%
R=53.54%
G=8.73%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273716000.840.300.11321.1677.2451.76
HexE325A00541EB1414d34
Octal343452400124361350111564
Binary1110001110010110100000010101001111010111010000011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E325A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E325A0; }

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

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

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

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

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

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

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

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