Shades of Persian Rose #E732AF
Tints of Persian Rose #E732AF
RGB
CMYK
RGB Variations
Color information
#E732AF (or 0xE732AF) is known color: Persian Rose. HEX triplet: E7, 32 and AF. RGB value is (231,50,175). Sum of RGB (Red+Green+Blue) = 231+50+175=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E732AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E732AF is #18CD50. Grayscale: #767676. Windows color (decimal): -1625425 or 11481831. OLE color: 11481831.
HSL color Cylindrical-coordinate representation of color #E732AF: hue angle of 318.56º 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 #E732AF is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 50 | 175 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.09 |
| HSL | 318.56º | 0.79% | 0.55% | - |
| HSV(B) | 318.56º | 0.78% | 0.91% | - |
| XYZ | 41.83 | 22.37 | 42.67 | - |
| YUV | 118.37 | 159.97 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 50 | 175 | 0 | 0.78 | 0.24 | 0.09 | 318.56 | 0.79 | 0.55 |
| Hex | E7 | 32 | AF | 0 | 4E | 18 | 9 | 13F | 4F | 37 |
| Octal | 347 | 62 | 257 | 0 | 116 | 30 | 11 | 477 | 117 | 67 |
| Binary | 11100111 | 110010 | 10101111 | 0 | 1001110 | 11000 | 1001 | 100111111 | 1001111 | 110111 |
Color Harmonies of #E732AF
Complementary color
Monochromatic Colors of #E732AF
Black with #E732AF
Text Example
Text Example
White with #E732AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E732AF; }
p { color: rgb(231,50,175); }
H1.HeaderClassName
{
color: #E732AF;
}
.AnyTagClassName
{
color: #E732AF;
}
</style>
background-color css
<style>
a { background-color: #E732AF; }
a { background-color: rgb(231,50,175); }
div.DivClassName
{
background-color: #E732AF;
}
.BgClassName
{
background-color: #E732AF;
}
</style>
border-color css
<style>
span { border-color: #E732AF; }
span { border-color: rgb(231,50,175); }
td.TdClassName
{
border-color: #E732AF;
}
.TagClassName
{
border-color: #E732AF;
}
</style>