Shades of Persian Rose #E31D9E
Tints of Persian Rose #E31D9E
RGB
CMYK
RGB Variations
Color information
#E31D9E (or 0xE31D9E) is known color: Persian Rose. HEX triplet: E3, 1D and 9E. RGB value is (227,29,158). Sum of RGB (Red+Green+Blue) = 227+29+158=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 29 (11.72% from 255 or 7.00% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E31D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31D9E is #1CE261. Grayscale: #666666. Windows color (decimal): -1892962 or 10362339. OLE color: 10362339.
HSL color Cylindrical-coordinate representation of color #E31D9E: hue angle of 320.91º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E31D9E is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 29 | 158 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.11 |
| HSL | 320.91º | 0.78% | 0.5% | - |
| HSV(B) | 320.91º | 0.87% | 0.89% | - |
| XYZ | 38.29 | 19.68 | 34.13 | - |
| YUV | 102.91 | 159.1 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 29 | 158 | 0 | 0.87 | 0.30 | 0.11 | 320.91 | 0.78 | 0.5 |
| Hex | E3 | 1D | 9E | 0 | 57 | 1E | B | 141 | 4E | 32 |
| Octal | 343 | 35 | 236 | 0 | 127 | 36 | 13 | 501 | 116 | 62 |
| Binary | 11100011 | 11101 | 10011110 | 0 | 1010111 | 11110 | 1011 | 101000001 | 1001110 | 110010 |
Color Harmonies of #E31D9E
Complementary color
Monochromatic Colors of #E31D9E
Black with #E31D9E
Text Example
Text Example
White with #E31D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31D9E; }
p { color: rgb(227,29,158); }
H1.HeaderClassName
{
color: #E31D9E;
}
.AnyTagClassName
{
color: #E31D9E;
}
</style>
background-color css
<style>
a { background-color: #E31D9E; }
a { background-color: rgb(227,29,158); }
div.DivClassName
{
background-color: #E31D9E;
}
.BgClassName
{
background-color: #E31D9E;
}
</style>
border-color css
<style>
span { border-color: #E31D9E; }
span { border-color: rgb(227,29,158); }
td.TdClassName
{
border-color: #E31D9E;
}
.TagClassName
{
border-color: #E31D9E;
}
</style>