#E332AD

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

Shades of Persian Rose #E332AD

Tints of Persian Rose #E332AD

Color information

#E332AD (or 0xE332AD) is unknown color: approx Persian Rose. HEX triplet: E3, 32 and AD. RGB value is (227,50,173). Sum of RGB (Red+Green+Blue) = 227+50+173=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 50 (19.92% from 255 or 11.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E332AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E332AD is #1CCD52. Grayscale: #747474. Windows color (decimal): -1887571 or 11350755. OLE color: 11350755.

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

Color convert

RGB22750173-
CMYK00.780.240.11
HSL318.31º75.97%54.31%-
HSV(B)318.31º77.97%89.02%-
XYZ40.3621.6341.58-
YUV116.94159.64206.5-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.44%
GREEN value IS 50 (19.92% from 255) = 11.11%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=50.44%
G=11.11%
B=38.44%

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
Decimal2275017300.780.240.11318.3175.9754.31
HexE332AD04E18B13e4c36
Octal343622550116301347611466
Binary1110001111001010101101010011101100010111001111101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E332AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E332AD; }

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

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

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

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

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

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

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

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