Shades of Persian Rose #E731A1
Tints of Persian Rose #E731A1
RGB
CMYK
RGB Variations
Color information
#E731A1 (or 0xE731A1) is known color: Persian Rose. HEX triplet: E7, 31 and A1. RGB value is (231,49,161). Sum of RGB (Red+Green+Blue) = 231+49+161=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E731A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E731A1 is #18CE5E. Grayscale: #737373. Windows color (decimal): -1625695 or 10564071. OLE color: 10564071.
HSL color Cylindrical-coordinate representation of color #E731A1: hue angle of 323.08º 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 #E731A1 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 49 | 161 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.09 |
| HSL | 323.08º | 0.79% | 0.55% | - |
| HSV(B) | 323.08º | 0.79% | 0.91% | - |
| XYZ | 40.49 | 21.76 | 35.78 | - |
| YUV | 116.19 | 153.3 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 49 | 161 | 0 | 0.79 | 0.30 | 0.09 | 323.08 | 0.79 | 0.55 |
| Hex | E7 | 31 | A1 | 0 | 4F | 1E | 9 | 143 | 4F | 37 |
| Octal | 347 | 61 | 241 | 0 | 117 | 36 | 11 | 503 | 117 | 67 |
| Binary | 11100111 | 110001 | 10100001 | 0 | 1001111 | 11110 | 1001 | 101000011 | 1001111 | 110111 |
Color Harmonies of #E731A1
Complementary color
Monochromatic Colors of #E731A1
Black with #E731A1
Text Example
Text Example
White with #E731A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E731A1; }
p { color: rgb(231,49,161); }
H1.HeaderClassName
{
color: #E731A1;
}
.AnyTagClassName
{
color: #E731A1;
}
</style>
background-color css
<style>
a { background-color: #E731A1; }
a { background-color: rgb(231,49,161); }
div.DivClassName
{
background-color: #E731A1;
}
.BgClassName
{
background-color: #E731A1;
}
</style>
border-color css
<style>
span { border-color: #E731A1; }
span { border-color: rgb(231,49,161); }
td.TdClassName
{
border-color: #E731A1;
}
.TagClassName
{
border-color: #E731A1;
}
</style>