Shades of Persian Rose #E31C9E
Tints of Persian Rose #E31C9E
RGB
CMYK
RGB Variations
Color information
#E31C9E (or 0xE31C9E) is known color: Persian Rose. HEX triplet: E3, 1C and 9E. RGB value is (227,28,158). Sum of RGB (Red+Green+Blue) = 227+28+158=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31C9E is #1CE361. Grayscale: #656565. Windows color (decimal): -1893218 or 10362083. OLE color: 10362083.
HSL color Cylindrical-coordinate representation of color #E31C9E: hue angle of 320.8º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31C9E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 158 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.11 |
| HSL | 320.8º | 0.78% | 0.5% | - |
| HSV(B) | 320.8º | 0.88% | 0.89% | - |
| XYZ | 38.27 | 19.63 | 34.12 | - |
| YUV | 102.32 | 159.43 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 158 | 0 | 0.88 | 0.30 | 0.11 | 320.8 | 0.78 | 0.5 |
| Hex | E3 | 1C | 9E | 0 | 58 | 1E | B | 141 | 4E | 32 |
| Octal | 343 | 34 | 236 | 0 | 130 | 36 | 13 | 501 | 116 | 62 |
| Binary | 11100011 | 11100 | 10011110 | 0 | 1011000 | 11110 | 1011 | 101000001 | 1001110 | 110010 |
Color Harmonies of #E31C9E
Complementary color
Monochromatic Colors of #E31C9E
Black with #E31C9E
Text Example
Text Example
White with #E31C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31C9E; }
p { color: rgb(227,28,158); }
H1.HeaderClassName
{
color: #E31C9E;
}
.AnyTagClassName
{
color: #E31C9E;
}
</style>
background-color css
<style>
a { background-color: #E31C9E; }
a { background-color: rgb(227,28,158); }
div.DivClassName
{
background-color: #E31C9E;
}
.BgClassName
{
background-color: #E31C9E;
}
</style>
border-color css
<style>
span { border-color: #E31C9E; }
span { border-color: rgb(227,28,158); }
td.TdClassName
{
border-color: #E31C9E;
}
.TagClassName
{
border-color: #E31C9E;
}
</style>