Shades of Persian Rose #E8279E
Tints of Persian Rose #E8279E
RGB
CMYK
RGB Variations
Color information
#E8279E (or 0xE8279E) is known color: Persian Rose. HEX triplet: E8, 27 and 9E. RGB value is (232,39,158). Sum of RGB (Red+Green+Blue) = 232+39+158=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E8279E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8279E is #17D861. Grayscale: #6D6D6D. Windows color (decimal): -1562722 or 10364904. OLE color: 10364904.
HSL color Cylindrical-coordinate representation of color #E8279E: hue angle of 323.01º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E8279E is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 39 | 158 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.09 |
| HSL | 323.01º | 0.81% | 0.53% | - |
| HSV(B) | 323.01º | 0.83% | 0.91% | - |
| XYZ | 40.18 | 21.08 | 34.3 | - |
| YUV | 110.27 | 154.94 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 39 | 158 | 0 | 0.83 | 0.32 | 0.09 | 323.01 | 0.81 | 0.53 |
| Hex | E8 | 27 | 9E | 0 | 53 | 20 | 9 | 143 | 51 | 35 |
| Octal | 350 | 47 | 236 | 0 | 123 | 40 | 11 | 503 | 121 | 65 |
| Binary | 11101000 | 100111 | 10011110 | 0 | 1010011 | 100000 | 1001 | 101000011 | 1010001 | 110101 |
Color Harmonies of #E8279E
Complementary color
Monochromatic Colors of #E8279E
Black with #E8279E
Text Example
Text Example
White with #E8279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8279E; }
p { color: rgb(232,39,158); }
H1.HeaderClassName
{
color: #E8279E;
}
.AnyTagClassName
{
color: #E8279E;
}
</style>
background-color css
<style>
a { background-color: #E8279E; }
a { background-color: rgb(232,39,158); }
div.DivClassName
{
background-color: #E8279E;
}
.BgClassName
{
background-color: #E8279E;
}
</style>
border-color css
<style>
span { border-color: #E8279E; }
span { border-color: rgb(232,39,158); }
td.TdClassName
{
border-color: #E8279E;
}
.TagClassName
{
border-color: #E8279E;
}
</style>