Shades of Persian Rose #E732A2
Tints of Persian Rose #E732A2
RGB
CMYK
RGB Variations
Color information
#E732A2 (or 0xE732A2) is known color: Persian Rose. HEX triplet: E7, 32 and A2. RGB value is (231,50,162). Sum of RGB (Red+Green+Blue) = 231+50+162=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E732A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E732A2 is #18CD5D. Grayscale: #747474. Windows color (decimal): -1625438 or 10629863. OLE color: 10629863.
HSL color Cylindrical-coordinate representation of color #E732A2: hue angle of 322.87º degrees, saturation: 0.79, 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 #E732A2 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 162 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.09 |
| HSL | 322.87º | 0.79% | 0.55% | - |
| HSV(B) | 322.87º | 0.78% | 0.91% | - |
| XYZ | 40.62 | 21.88 | 36.26 | - |
| YUV | 116.89 | 153.47 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 162 | 0 | 0.78 | 0.30 | 0.09 | 322.87 | 0.79 | 0.55 |
| Hex | E7 | 32 | A2 | 0 | 4E | 1E | 9 | 143 | 4F | 37 |
| Octal | 347 | 62 | 242 | 0 | 116 | 36 | 11 | 503 | 117 | 67 |
| Binary | 11100111 | 110010 | 10100010 | 0 | 1001110 | 11110 | 1001 | 101000011 | 1001111 | 110111 |
Color Harmonies of #E732A2
Complementary color
Monochromatic Colors of #E732A2
Black with #E732A2
Text Example
Text Example
White with #E732A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E732A2; }
p { color: rgb(231,50,162); }
H1.HeaderClassName
{
color: #E732A2;
}
.AnyTagClassName
{
color: #E732A2;
}
</style>
background-color css
<style>
a { background-color: #E732A2; }
a { background-color: rgb(231,50,162); }
div.DivClassName
{
background-color: #E732A2;
}
.BgClassName
{
background-color: #E732A2;
}
</style>
border-color css
<style>
span { border-color: #E732A2; }
span { border-color: rgb(231,50,162); }
td.TdClassName
{
border-color: #E732A2;
}
.TagClassName
{
border-color: #E732A2;
}
</style>