#E832AE

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

Shades of Persian Rose #E832AE

Tints of Persian Rose #E832AE

Color information

#E832AE (or 0xE832AE) is unknown color: approx Persian Rose. HEX triplet: E8, 32 and AE. RGB value is (232,50,174). Sum of RGB (Red+Green+Blue) = 232+50+174=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E832AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E832AE is #17CD51. Grayscale: #767676. Windows color (decimal): -1559890 or 11416296. OLE color: 11416296.

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

Color convert

RGB23250174-
CMYK00.780.250.09
HSL319.12º79.82%55.29%-
HSV(B)319.12º78.45%90.98%-
XYZ42.0622.4942.17-
YUV118.55159.3208.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.88%
GREEN value IS 50 (19.92% from 255) = 10.96%
BLUE value IS 174 (68.36% from 255) = 38.16%
R=50.88%
G=10.96%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2325017400.780.250.09319.1279.8255.29
HexE832AE04E19913f5037
Octal350622560116311147712067
Binary1110100011001010101110010011101100110011001111111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E832AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E832AE; }

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

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

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

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

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

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

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

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