Shades of Persian Rose #E91C9B
Tints of Persian Rose #E91C9B
RGB
CMYK
RGB Variations
Color information
#E91C9B (or 0xE91C9B) is known color: Persian Rose. HEX triplet: E9, 1C and 9B. RGB value is (233,28,155). Sum of RGB (Red+Green+Blue) = 233+28+155=416 (55% of max value = 765). Red value is 233 (91.41% from 255 or 56.01% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91C9B is #16E364. Grayscale: #676767. Windows color (decimal): -1500005 or 10165481. OLE color: 10165481.
HSL color Cylindrical-coordinate representation of color #E91C9B: hue angle of 322.83º 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 #E91C9B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 155 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.09 |
| HSL | 322.83º | 0.82% | 0.51% | - |
| HSV(B) | 322.83º | 0.88% | 0.91% | - |
| XYZ | 39.94 | 20.52 | 32.87 | - |
| YUV | 103.77 | 156.92 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 155 | 0 | 0.88 | 0.33 | 0.09 | 322.83 | 0.82 | 0.51 |
| Hex | E9 | 1C | 9B | 0 | 58 | 21 | 9 | 143 | 52 | 33 |
| Octal | 351 | 34 | 233 | 0 | 130 | 41 | 11 | 503 | 122 | 63 |
| Binary | 11101001 | 11100 | 10011011 | 0 | 1011000 | 100001 | 1001 | 101000011 | 1010010 | 110011 |
Color Harmonies of #E91C9B
Complementary color
Monochromatic Colors of #E91C9B
Black with #E91C9B
Text Example
Text Example
White with #E91C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C9B; }
p { color: rgb(233,28,155); }
H1.HeaderClassName
{
color: #E91C9B;
}
.AnyTagClassName
{
color: #E91C9B;
}
</style>
background-color css
<style>
a { background-color: #E91C9B; }
a { background-color: rgb(233,28,155); }
div.DivClassName
{
background-color: #E91C9B;
}
.BgClassName
{
background-color: #E91C9B;
}
</style>
border-color css
<style>
span { border-color: #E91C9B; }
span { border-color: rgb(233,28,155); }
td.TdClassName
{
border-color: #E91C9B;
}
.TagClassName
{
border-color: #E91C9B;
}
</style>