Shades of Persian Rose #E731AC
Tints of Persian Rose #E731AC
RGB
CMYK
RGB Variations
Color information
#E731AC (or 0xE731AC) is known color: Persian Rose. HEX triplet: E7, 31 and AC. RGB value is (231,49,172). Sum of RGB (Red+Green+Blue) = 231+49+172=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 49 (19.53% from 255 or 10.84% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E731AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E731AC is #18CE53. Grayscale: #757575. Windows color (decimal): -1625684 or 11284967. OLE color: 11284967.
HSL color Cylindrical-coordinate representation of color #E731AC: hue angle of 319.45º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E731AC is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 172 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.09 |
| HSL | 319.45º | 0.79% | 0.55% | - |
| HSV(B) | 319.45º | 0.79% | 0.91% | - |
| XYZ | 41.5 | 22.16 | 41.12 | - |
| YUV | 117.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 172 | 0 | 0.79 | 0.26 | 0.09 | 319.45 | 0.79 | 0.55 |
| Hex | E7 | 31 | AC | 0 | 4F | 1A | 9 | 13F | 4F | 37 |
| Octal | 347 | 61 | 254 | 0 | 117 | 32 | 11 | 477 | 117 | 67 |
| Binary | 11100111 | 110001 | 10101100 | 0 | 1001111 | 11010 | 1001 | 100111111 | 1001111 | 110111 |
Color Harmonies of #E731AC
Complementary color
Monochromatic Colors of #E731AC
Black with #E731AC
Text Example
Text Example
White with #E731AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731AC; }
p { color: rgb(231,49,172); }
H1.HeaderClassName
{
color: #E731AC;
}
.AnyTagClassName
{
color: #E731AC;
}
</style>
background-color css
<style>
a { background-color: #E731AC; }
a { background-color: rgb(231,49,172); }
div.DivClassName
{
background-color: #E731AC;
}
.BgClassName
{
background-color: #E731AC;
}
</style>
border-color css
<style>
span { border-color: #E731AC; }
span { border-color: rgb(231,49,172); }
td.TdClassName
{
border-color: #E731AC;
}
.TagClassName
{
border-color: #E731AC;
}
</style>