Shades of Persian Rose #E8289C
Tints of Persian Rose #E8289C
RGB
CMYK
RGB Variations
Color information
#E8289C (or 0xE8289C) is known color: Persian Rose. HEX triplet: E8, 28 and 9C. RGB value is (232,40,156). Sum of RGB (Red+Green+Blue) = 232+40+156=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8289C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8289C is #17D763. Grayscale: #6E6E6E. Windows color (decimal): -1562468 or 10234088. OLE color: 10234088.
HSL color Cylindrical-coordinate representation of color #E8289C: hue angle of 323.75º 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 #E8289C is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 40 | 156 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.09 |
| HSL | 323.75º | 0.81% | 0.53% | - |
| HSV(B) | 323.75º | 0.83% | 0.91% | - |
| XYZ | 40.04 | 21.07 | 33.41 | - |
| YUV | 110.63 | 153.61 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 40 | 156 | 0 | 0.83 | 0.33 | 0.09 | 323.75 | 0.81 | 0.53 |
| Hex | E8 | 28 | 9C | 0 | 53 | 21 | 9 | 144 | 51 | 35 |
| Octal | 350 | 50 | 234 | 0 | 123 | 41 | 11 | 504 | 121 | 65 |
| Binary | 11101000 | 101000 | 10011100 | 0 | 1010011 | 100001 | 1001 | 101000100 | 1010001 | 110101 |
Color Harmonies of #E8289C
Complementary color
Monochromatic Colors of #E8289C
Black with #E8289C
Text Example
Text Example
White with #E8289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8289C; }
p { color: rgb(232,40,156); }
H1.HeaderClassName
{
color: #E8289C;
}
.AnyTagClassName
{
color: #E8289C;
}
</style>
background-color css
<style>
a { background-color: #E8289C; }
a { background-color: rgb(232,40,156); }
div.DivClassName
{
background-color: #E8289C;
}
.BgClassName
{
background-color: #E8289C;
}
</style>
border-color css
<style>
span { border-color: #E8289C; }
span { border-color: rgb(232,40,156); }
td.TdClassName
{
border-color: #E8289C;
}
.TagClassName
{
border-color: #E8289C;
}
</style>