Shades of Persian Rose #E91B9E
Tints of Persian Rose #E91B9E
RGB
CMYK
RGB Variations
Color information
#E91B9E (or 0xE91B9E) is known color: Persian Rose. HEX triplet: E9, 1B and 9E. RGB value is (233,27,158). Sum of RGB (Red+Green+Blue) = 233+27+158=418 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.74% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 233 - color contains mainly: red. Hex color #E91B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91B9E is #16E461. Grayscale: #676767. Windows color (decimal): -1500258 or 10361833. OLE color: 10361833.
HSL color Cylindrical-coordinate representation of color #E91B9E: hue angle of 321.84º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91B9E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 27 | 158 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.09 |
| HSL | 321.84º | 0.82% | 0.51% | - |
| HSV(B) | 321.84º | 0.88% | 0.91% | - |
| XYZ | 40.17 | 20.58 | 34.2 | - |
| YUV | 103.53 | 158.75 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 27 | 158 | 0 | 0.88 | 0.32 | 0.09 | 321.84 | 0.82 | 0.51 |
| Hex | E9 | 1B | 9E | 0 | 58 | 20 | 9 | 142 | 52 | 33 |
| Octal | 351 | 33 | 236 | 0 | 130 | 40 | 11 | 502 | 122 | 63 |
| Binary | 11101001 | 11011 | 10011110 | 0 | 1011000 | 100000 | 1001 | 101000010 | 1010010 | 110011 |
Color Harmonies of #E91B9E
Complementary color
Monochromatic Colors of #E91B9E
Black with #E91B9E
Text Example
Text Example
White with #E91B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91B9E; }
p { color: rgb(233,27,158); }
H1.HeaderClassName
{
color: #E91B9E;
}
.AnyTagClassName
{
color: #E91B9E;
}
</style>
background-color css
<style>
a { background-color: #E91B9E; }
a { background-color: rgb(233,27,158); }
div.DivClassName
{
background-color: #E91B9E;
}
.BgClassName
{
background-color: #E91B9E;
}
</style>
border-color css
<style>
span { border-color: #E91B9E; }
span { border-color: rgb(233,27,158); }
td.TdClassName
{
border-color: #E91B9E;
}
.TagClassName
{
border-color: #E91B9E;
}
</style>