Shades of Persian Rose #E71F9A
Tints of Persian Rose #E71F9A
RGB
CMYK
RGB Variations
Color information
#E71F9A (or 0xE71F9A) is known color: Persian Rose. HEX triplet: E7, 1F and 9A. RGB value is (231,31,154). Sum of RGB (Red+Green+Blue) = 231+31+154=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E71F9A is #18E065. Grayscale: #686868. Windows color (decimal): -1630310 or 10100711. OLE color: 10100711.
HSL color Cylindrical-coordinate representation of color #E71F9A: hue angle of 323.1º 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 #E71F9A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 31 | 154 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.09 |
| HSL | 323.1º | 0.81% | 0.51% | - |
| HSV(B) | 323.1º | 0.87% | 0.91% | - |
| XYZ | 39.28 | 20.3 | 32.42 | - |
| YUV | 104.82 | 155.76 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 154 | 0 | 0.87 | 0.33 | 0.09 | 323.1 | 0.81 | 0.51 |
| Hex | E7 | 1F | 9A | 0 | 57 | 21 | 9 | 143 | 51 | 33 |
| Octal | 347 | 37 | 232 | 0 | 127 | 41 | 11 | 503 | 121 | 63 |
| Binary | 11100111 | 11111 | 10011010 | 0 | 1010111 | 100001 | 1001 | 101000011 | 1010001 | 110011 |
Color Harmonies of #E71F9A
Complementary color
Monochromatic Colors of #E71F9A
Black with #E71F9A
Text Example
Text Example
White with #E71F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71F9A; }
p { color: rgb(231,31,154); }
H1.HeaderClassName
{
color: #E71F9A;
}
.AnyTagClassName
{
color: #E71F9A;
}
</style>
background-color css
<style>
a { background-color: #E71F9A; }
a { background-color: rgb(231,31,154); }
div.DivClassName
{
background-color: #E71F9A;
}
.BgClassName
{
background-color: #E71F9A;
}
</style>
border-color css
<style>
span { border-color: #E71F9A; }
span { border-color: rgb(231,31,154); }
td.TdClassName
{
border-color: #E71F9A;
}
.TagClassName
{
border-color: #E71F9A;
}
</style>