Shades of Persian Rose #E81B9D
Tints of Persian Rose #E81B9D
RGB
CMYK
RGB Variations
Color information
#E81B9D (or 0xE81B9D) is known color: Persian Rose. HEX triplet: E8, 1B and 9D. RGB value is (232,27,157). Sum of RGB (Red+Green+Blue) = 232+27+157=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81B9D is #17E462. Grayscale: #666666. Windows color (decimal): -1565795 or 10296296. OLE color: 10296296.
HSL color Cylindrical-coordinate representation of color #E81B9D: hue angle of 321.95º 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 #E81B9D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 157 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.09 |
| HSL | 321.95º | 0.82% | 0.51% | - |
| HSV(B) | 321.95º | 0.88% | 0.91% | - |
| XYZ | 39.76 | 20.37 | 33.74 | - |
| YUV | 103.12 | 158.42 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 157 | 0 | 0.88 | 0.32 | 0.09 | 321.95 | 0.82 | 0.51 |
| Hex | E8 | 1B | 9D | 0 | 58 | 20 | 9 | 142 | 52 | 33 |
| Octal | 350 | 33 | 235 | 0 | 130 | 40 | 11 | 502 | 122 | 63 |
| Binary | 11101000 | 11011 | 10011101 | 0 | 1011000 | 100000 | 1001 | 101000010 | 1010010 | 110011 |
Color Harmonies of #E81B9D
Complementary color
Monochromatic Colors of #E81B9D
Black with #E81B9D
Text Example
Text Example
White with #E81B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B9D; }
p { color: rgb(232,27,157); }
H1.HeaderClassName
{
color: #E81B9D;
}
.AnyTagClassName
{
color: #E81B9D;
}
</style>
background-color css
<style>
a { background-color: #E81B9D; }
a { background-color: rgb(232,27,157); }
div.DivClassName
{
background-color: #E81B9D;
}
.BgClassName
{
background-color: #E81B9D;
}
</style>
border-color css
<style>
span { border-color: #E81B9D; }
span { border-color: rgb(232,27,157); }
td.TdClassName
{
border-color: #E81B9D;
}
.TagClassName
{
border-color: #E81B9D;
}
</style>