Shades of Persian Rose #E8249A
Tints of Persian Rose #E8249A
RGB
CMYK
RGB Variations
Color information
#E8249A (or 0xE8249A) is known color: Persian Rose. HEX triplet: E8, 24 and 9A. RGB value is (232,36,154). Sum of RGB (Red+Green+Blue) = 232+36+154=422 (55% of max value = 765). Red value is 232 (91.02% from 255 or 54.98% from 422); Green value is 36 (14.45% from 255 or 8.53% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 232 - color contains mainly: red. Hex color #E8249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8249A is #17DB65. Grayscale: #6B6B6B. Windows color (decimal): -1563494 or 10101992. OLE color: 10101992.
HSL color Cylindrical-coordinate representation of color #E8249A: hue angle of 323.88º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8249A is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 154 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.09 |
| HSL | 323.88º | 0.81% | 0.53% | - |
| HSV(B) | 323.88º | 0.84% | 0.91% | - |
| XYZ | 39.74 | 20.75 | 32.48 | - |
| YUV | 108.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 154 | 0 | 0.84 | 0.34 | 0.09 | 323.88 | 0.81 | 0.53 |
| Hex | E8 | 24 | 9A | 0 | 54 | 22 | 9 | 144 | 51 | 35 |
| Octal | 350 | 44 | 232 | 0 | 124 | 42 | 11 | 504 | 121 | 65 |
| Binary | 11101000 | 100100 | 10011010 | 0 | 1010100 | 100010 | 1001 | 101000100 | 1010001 | 110101 |
Color Harmonies of #E8249A
Complementary color
Monochromatic Colors of #E8249A
Black with #E8249A
Text Example
Text Example
White with #E8249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8249A; }
p { color: rgb(232,36,154); }
H1.HeaderClassName
{
color: #E8249A;
}
.AnyTagClassName
{
color: #E8249A;
}
</style>
background-color css
<style>
a { background-color: #E8249A; }
a { background-color: rgb(232,36,154); }
div.DivClassName
{
background-color: #E8249A;
}
.BgClassName
{
background-color: #E8249A;
}
</style>
border-color css
<style>
span { border-color: #E8249A; }
span { border-color: rgb(232,36,154); }
td.TdClassName
{
border-color: #E8249A;
}
.TagClassName
{
border-color: #E8249A;
}
</style>