Shades of Persian Rose #E81B9F
Tints of Persian Rose #E81B9F
RGB
CMYK
RGB Variations
Color information
#E81B9F (or 0xE81B9F) is known color: Persian Rose. HEX triplet: E8, 1B and 9F. RGB value is (232,27,159). Sum of RGB (Red+Green+Blue) = 232+27+159=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81B9F is #17E460. Grayscale: #676767. Windows color (decimal): -1565793 or 10427368. OLE color: 10427368.
HSL color Cylindrical-coordinate representation of color #E81B9F: hue angle of 321.37º 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 #E81B9F is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 159 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.09 |
| HSL | 321.37º | 0.82% | 0.51% | - |
| HSV(B) | 321.37º | 0.88% | 0.91% | - |
| XYZ | 39.93 | 20.44 | 34.64 | - |
| YUV | 103.34 | 159.42 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 159 | 0 | 0.88 | 0.31 | 0.09 | 321.37 | 0.82 | 0.51 |
| Hex | E8 | 1B | 9F | 0 | 58 | 1F | 9 | 141 | 52 | 33 |
| Octal | 350 | 33 | 237 | 0 | 130 | 37 | 11 | 501 | 122 | 63 |
| Binary | 11101000 | 11011 | 10011111 | 0 | 1011000 | 11111 | 1001 | 101000001 | 1010010 | 110011 |
Color Harmonies of #E81B9F
Complementary color
Monochromatic Colors of #E81B9F
Black with #E81B9F
Text Example
Text Example
White with #E81B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B9F; }
p { color: rgb(232,27,159); }
H1.HeaderClassName
{
color: #E81B9F;
}
.AnyTagClassName
{
color: #E81B9F;
}
</style>
background-color css
<style>
a { background-color: #E81B9F; }
a { background-color: rgb(232,27,159); }
div.DivClassName
{
background-color: #E81B9F;
}
.BgClassName
{
background-color: #E81B9F;
}
</style>
border-color css
<style>
span { border-color: #E81B9F; }
span { border-color: rgb(232,27,159); }
td.TdClassName
{
border-color: #E81B9F;
}
.TagClassName
{
border-color: #E81B9F;
}
</style>