Shades of Persian Rose #E832A1
Tints of Persian Rose #E832A1
RGB
CMYK
RGB Variations
Color information
#E832A1 (or 0xE832A1) is known color: Persian Rose. HEX triplet: E8, 32 and A1. RGB value is (232,50,161). Sum of RGB (Red+Green+Blue) = 232+50+161=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E832A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E832A1 is #17CD5E. Grayscale: #747474. Windows color (decimal): -1559903 or 10564328. OLE color: 10564328.
HSL color Cylindrical-coordinate representation of color #E832A1: hue angle of 323.41º 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 #E832A1 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 50 | 161 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.09 |
| HSL | 323.41º | 0.8% | 0.55% | - |
| HSV(B) | 323.41º | 0.78% | 0.91% | - |
| XYZ | 40.85 | 22.01 | 35.81 | - |
| YUV | 117.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 50 | 161 | 0 | 0.78 | 0.31 | 0.09 | 323.41 | 0.8 | 0.55 |
| Hex | E8 | 32 | A1 | 0 | 4E | 1F | 9 | 143 | 50 | 37 |
| Octal | 350 | 62 | 241 | 0 | 116 | 37 | 11 | 503 | 120 | 67 |
| Binary | 11101000 | 110010 | 10100001 | 0 | 1001110 | 11111 | 1001 | 101000011 | 1010000 | 110111 |
Color Harmonies of #E832A1
Complementary color
Monochromatic Colors of #E832A1
Black with #E832A1
Text Example
Text Example
White with #E832A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E832A1; }
p { color: rgb(232,50,161); }
H1.HeaderClassName
{
color: #E832A1;
}
.AnyTagClassName
{
color: #E832A1;
}
</style>
background-color css
<style>
a { background-color: #E832A1; }
a { background-color: rgb(232,50,161); }
div.DivClassName
{
background-color: #E832A1;
}
.BgClassName
{
background-color: #E832A1;
}
</style>
border-color css
<style>
span { border-color: #E832A1; }
span { border-color: rgb(232,50,161); }
td.TdClassName
{
border-color: #E832A1;
}
.TagClassName
{
border-color: #E832A1;
}
</style>