Shades of Persian Rose #E31B9C
Tints of Persian Rose #E31B9C
RGB
CMYK
RGB Variations
Color information
#E31B9C (or 0xE31B9C) is known color: Persian Rose. HEX triplet: E3, 1B and 9C. RGB value is (227,27,156). Sum of RGB (Red+Green+Blue) = 227+27+156=410 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.37% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 227 - color contains mainly: red. Hex color #E31B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31B9C is #1CE463. Grayscale: #656565. Windows color (decimal): -1893476 or 10230755. OLE color: 10230755.
HSL color Cylindrical-coordinate representation of color #E31B9C: hue angle of 321.3º degrees, saturation: 0.79, 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 #E31B9C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 27 | 156 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.11 |
| HSL | 321.3º | 0.79% | 0.5% | - |
| HSV(B) | 321.3º | 0.88% | 0.89% | - |
| XYZ | 38.07 | 19.52 | 33.21 | - |
| YUV | 101.51 | 158.76 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 27 | 156 | 0 | 0.88 | 0.31 | 0.11 | 321.3 | 0.79 | 0.5 |
| Hex | E3 | 1B | 9C | 0 | 58 | 1F | B | 141 | 4F | 32 |
| Octal | 343 | 33 | 234 | 0 | 130 | 37 | 13 | 501 | 117 | 62 |
| Binary | 11100011 | 11011 | 10011100 | 0 | 1011000 | 11111 | 1011 | 101000001 | 1001111 | 110010 |
Color Harmonies of #E31B9C
Complementary color
Monochromatic Colors of #E31B9C
Black with #E31B9C
Text Example
Text Example
White with #E31B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31B9C; }
p { color: rgb(227,27,156); }
H1.HeaderClassName
{
color: #E31B9C;
}
.AnyTagClassName
{
color: #E31B9C;
}
</style>
background-color css
<style>
a { background-color: #E31B9C; }
a { background-color: rgb(227,27,156); }
div.DivClassName
{
background-color: #E31B9C;
}
.BgClassName
{
background-color: #E31B9C;
}
</style>
border-color css
<style>
span { border-color: #E31B9C; }
span { border-color: rgb(227,27,156); }
td.TdClassName
{
border-color: #E31B9C;
}
.TagClassName
{
border-color: #E31B9C;
}
</style>