#E832A2

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

Shades of Persian Rose #E832A2

Tints of Persian Rose #E832A2

Color information

#E832A2 (or 0xE832A2) is unknown color: approx Persian Rose. HEX triplet: E8, 32 and A2. RGB value is (232,50,162). Sum of RGB (Red+Green+Blue) = 232+50+162=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E832A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E832A2 is #17CD5D. Grayscale: #747474. Windows color (decimal): -1559902 or 10629864. OLE color: 10629864.

HSL color Cylindrical-coordinate representation of color #E832A2: hue angle of 323.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E832A2 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB23250162-
CMYK00.780.300.09
HSL323.08º79.82%55.29%-
HSV(B)323.08º78.45%90.98%-
XYZ40.9422.0536.28-
YUV117.19153.3209.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.25%
GREEN value IS 50 (19.92% from 255) = 11.26%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=52.25%
G=11.26%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325016200.780.300.09323.0879.8255.29
HexE832A204E1E91435037
Octal350622420116361150312067
Binary1110100011001010100010010011101111010011010000111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E832A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E832A2; }

 p { color: rgb(232,50,162); }

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

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

 a { background-color: rgb(232,50,162); }

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

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

 span { border-color: rgb(232,50,162); }

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