Shades of Persian Rose #E91D9F
Tints of Persian Rose #E91D9F
RGB
CMYK
RGB Variations
Color information
#E91D9F (or 0xE91D9F) is known color: Persian Rose. HEX triplet: E9, 1D and 9F. RGB value is (233,29,159). Sum of RGB (Red+Green+Blue) = 233+29+159=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E91D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91D9F is #16E260. Grayscale: #686868. Windows color (decimal): -1499745 or 10427881. OLE color: 10427881.
HSL color Cylindrical-coordinate representation of color #E91D9F: hue angle of 321.76º 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 #E91D9F is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 29 | 159 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.09 |
| HSL | 321.76º | 0.82% | 0.51% | - |
| HSV(B) | 321.76º | 0.88% | 0.91% | - |
| XYZ | 40.3 | 20.71 | 34.67 | - |
| YUV | 104.82 | 158.59 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 29 | 159 | 0 | 0.88 | 0.32 | 0.09 | 321.76 | 0.82 | 0.51 |
| Hex | E9 | 1D | 9F | 0 | 58 | 20 | 9 | 142 | 52 | 33 |
| Octal | 351 | 35 | 237 | 0 | 130 | 40 | 11 | 502 | 122 | 63 |
| Binary | 11101001 | 11101 | 10011111 | 0 | 1011000 | 100000 | 1001 | 101000010 | 1010010 | 110011 |
Color Harmonies of #E91D9F
Complementary color
Monochromatic Colors of #E91D9F
Black with #E91D9F
Text Example
Text Example
White with #E91D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91D9F; }
p { color: rgb(233,29,159); }
H1.HeaderClassName
{
color: #E91D9F;
}
.AnyTagClassName
{
color: #E91D9F;
}
</style>
background-color css
<style>
a { background-color: #E91D9F; }
a { background-color: rgb(233,29,159); }
div.DivClassName
{
background-color: #E91D9F;
}
.BgClassName
{
background-color: #E91D9F;
}
</style>
border-color css
<style>
span { border-color: #E91D9F; }
span { border-color: rgb(233,29,159); }
td.TdClassName
{
border-color: #E91D9F;
}
.TagClassName
{
border-color: #E91D9F;
}
</style>