Shades of Persian Rose #E71F9D
Tints of Persian Rose #E71F9D
RGB
CMYK
RGB Variations
Color information
#E71F9D (or 0xE71F9D) is known color: Persian Rose. HEX triplet: E7, 1F and 9D. RGB value is (231,31,157). Sum of RGB (Red+Green+Blue) = 231+31+157=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F9D is #18E062. Grayscale: #686868. Windows color (decimal): -1630307 or 10297319. OLE color: 10297319.
HSL color Cylindrical-coordinate representation of color #E71F9D: hue angle of 322.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71F9D is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 157 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.09 |
| HSL | 322.2º | 0.81% | 0.51% | - |
| HSV(B) | 322.2º | 0.87% | 0.91% | - |
| XYZ | 39.53 | 20.4 | 33.75 | - |
| YUV | 105.16 | 157.26 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 157 | 0 | 0.87 | 0.32 | 0.09 | 322.2 | 0.81 | 0.51 |
| Hex | E7 | 1F | 9D | 0 | 57 | 20 | 9 | 142 | 51 | 33 |
| Octal | 347 | 37 | 235 | 0 | 127 | 40 | 11 | 502 | 121 | 63 |
| Binary | 11100111 | 11111 | 10011101 | 0 | 1010111 | 100000 | 1001 | 101000010 | 1010001 | 110011 |
Color Harmonies of #E71F9D
Complementary color
Monochromatic Colors of #E71F9D
Black with #E71F9D
Text Example
Text Example
White with #E71F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F9D; }
p { color: rgb(231,31,157); }
H1.HeaderClassName
{
color: #E71F9D;
}
.AnyTagClassName
{
color: #E71F9D;
}
</style>
background-color css
<style>
a { background-color: #E71F9D; }
a { background-color: rgb(231,31,157); }
div.DivClassName
{
background-color: #E71F9D;
}
.BgClassName
{
background-color: #E71F9D;
}
</style>
border-color css
<style>
span { border-color: #E71F9D; }
span { border-color: rgb(231,31,157); }
td.TdClassName
{
border-color: #E71F9D;
}
.TagClassName
{
border-color: #E71F9D;
}
</style>