Shades of Persian Rose #E81B9C
Tints of Persian Rose #E81B9C
RGB
CMYK
RGB Variations
Color information
#E81B9C (or 0xE81B9C) is known color: Persian Rose. HEX triplet: E8, 1B and 9C. RGB value is (232,27,156). Sum of RGB (Red+Green+Blue) = 232+27+156=415 (54% of max value = 765). Red value is 232 (91.02% from 255 or 55.90% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81B9C is #17E463. Grayscale: #666666. Windows color (decimal): -1565796 or 10230760. OLE color: 10230760.
HSL color Cylindrical-coordinate representation of color #E81B9C: hue angle of 322.24º 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 #E81B9C is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 156 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.09 |
| HSL | 322.24º | 0.82% | 0.51% | - |
| HSV(B) | 322.24º | 0.88% | 0.91% | - |
| XYZ | 39.67 | 20.34 | 33.29 | - |
| YUV | 103 | 157.92 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 156 | 0 | 0.88 | 0.33 | 0.09 | 322.24 | 0.82 | 0.51 |
| Hex | E8 | 1B | 9C | 0 | 58 | 21 | 9 | 142 | 52 | 33 |
| Octal | 350 | 33 | 234 | 0 | 130 | 41 | 11 | 502 | 122 | 63 |
| Binary | 11101000 | 11011 | 10011100 | 0 | 1011000 | 100001 | 1001 | 101000010 | 1010010 | 110011 |
Color Harmonies of #E81B9C
Complementary color
Monochromatic Colors of #E81B9C
Black with #E81B9C
Text Example
Text Example
White with #E81B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B9C; }
p { color: rgb(232,27,156); }
H1.HeaderClassName
{
color: #E81B9C;
}
.AnyTagClassName
{
color: #E81B9C;
}
</style>
background-color css
<style>
a { background-color: #E81B9C; }
a { background-color: rgb(232,27,156); }
div.DivClassName
{
background-color: #E81B9C;
}
.BgClassName
{
background-color: #E81B9C;
}
</style>
border-color css
<style>
span { border-color: #E81B9C; }
span { border-color: rgb(232,27,156); }
td.TdClassName
{
border-color: #E81B9C;
}
.TagClassName
{
border-color: #E81B9C;
}
</style>