Shades of Persian Rose #E8249B
Tints of Persian Rose #E8249B
RGB
CMYK
RGB Variations
Color information
#E8249B (or 0xE8249B) is known color: Persian Rose. HEX triplet: E8, 24 and 9B. RGB value is (232,36,155). Sum of RGB (Red+Green+Blue) = 232+36+155=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E8249B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8249B is #17DB64. Grayscale: #6B6B6B. Windows color (decimal): -1563493 or 10167528. OLE color: 10167528.
HSL color Cylindrical-coordinate representation of color #E8249B: hue angle of 323.57º 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 #E8249B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 36 | 155 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.09 |
| HSL | 323.57º | 0.81% | 0.53% | - |
| HSV(B) | 323.57º | 0.84% | 0.91% | - |
| XYZ | 39.83 | 20.78 | 32.92 | - |
| YUV | 108.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 36 | 155 | 0 | 0.84 | 0.33 | 0.09 | 323.57 | 0.81 | 0.53 |
| Hex | E8 | 24 | 9B | 0 | 54 | 21 | 9 | 144 | 51 | 35 |
| Octal | 350 | 44 | 233 | 0 | 124 | 41 | 11 | 504 | 121 | 65 |
| Binary | 11101000 | 100100 | 10011011 | 0 | 1010100 | 100001 | 1001 | 101000100 | 1010001 | 110101 |
Color Harmonies of #E8249B
Complementary color
Monochromatic Colors of #E8249B
Black with #E8249B
Text Example
Text Example
White with #E8249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8249B; }
p { color: rgb(232,36,155); }
H1.HeaderClassName
{
color: #E8249B;
}
.AnyTagClassName
{
color: #E8249B;
}
</style>
background-color css
<style>
a { background-color: #E8249B; }
a { background-color: rgb(232,36,155); }
div.DivClassName
{
background-color: #E8249B;
}
.BgClassName
{
background-color: #E8249B;
}
</style>
border-color css
<style>
span { border-color: #E8249B; }
span { border-color: rgb(232,36,155); }
td.TdClassName
{
border-color: #E8249B;
}
.TagClassName
{
border-color: #E8249B;
}
</style>