#E332AC

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

Shades of Persian Rose #E332AC

Tints of Persian Rose #E332AC

Color information

#E332AC (or 0xE332AC) is unknown color: approx Persian Rose. HEX triplet: E3, 32 and AC. RGB value is (227,50,172). Sum of RGB (Red+Green+Blue) = 227+50+172=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E332AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E332AC is #1CCD53. Grayscale: #747474. Windows color (decimal): -1887572 or 11285219. OLE color: 11285219.

HSL color Cylindrical-coordinate representation of color #E332AC: hue angle of 318.64º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E332AC is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB22750172-
CMYK00.780.240.11
HSL318.64º75.97%54.31%-
HSV(B)318.64º77.97%89.02%-
XYZ40.2721.5941.07-
YUV116.83159.14206.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.56%
GREEN value IS 50 (19.92% from 255) = 11.14%
BLUE value IS 172 (67.58% from 255) = 38.31%
R=50.56%
G=11.14%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275017200.780.240.11318.6475.9754.31
HexE332AC04E18B13f4c36
Octal343622540116301347711466
Binary1110001111001010101100010011101100010111001111111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E332AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E332AC; }

 p { color: rgb(227,50,172); }

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

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

 a { background-color: rgb(227,50,172); }

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

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

 span { border-color: rgb(227,50,172); }

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