#E327A3

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

Shades of Persian Rose #E327A3

Tints of Persian Rose #E327A3

Color information

#E327A3 (or 0xE327A3) is unknown color: approx Persian Rose. HEX triplet: E3, 27 and A3. RGB value is (227,39,163). Sum of RGB (Red+Green+Blue) = 227+39+163=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E327A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E327A3 is #1CD85C. Grayscale: #6D6D6D. Windows color (decimal): -1890397 or 10692579. OLE color: 10692579.

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

Color convert

RGB22739163-
CMYK00.830.280.11
HSL320.43º77.05%52.16%-
HSV(B)320.43º82.82%89.02%-
XYZ39.0120.4336.54-
YUV109.35158.28211.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 52.91%
GREEN value IS 39 (15.62% from 255) = 9.09%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=52.91%
G=9.09%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2273916300.830.280.11320.4377.0552.16
HexE327A30531CB1404d34
Octal343472430123341350011564
Binary1110001110011110100011010100111110010111010000001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E327A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E327A3; }

 p { color: rgb(227,39,163); }

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

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

 a { background-color: rgb(227,39,163); }

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

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

 span { border-color: rgb(227,39,163); }

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