Shades of Persian Rose #E8319D
Tints of Persian Rose #E8319D
RGB
CMYK
RGB Variations
Color information
#E8319D (or 0xE8319D) is known color: Persian Rose. HEX triplet: E8, 31 and 9D. RGB value is (232,49,157). Sum of RGB (Red+Green+Blue) = 232+49+157=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8319D is #17CE62. Grayscale: #737373. Windows color (decimal): -1560163 or 10301928. OLE color: 10301928.
HSL color Cylindrical-coordinate representation of color #E8319D: hue angle of 324.59º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8319D is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 49 | 157 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.09 |
| HSL | 324.59º | 0.8% | 0.55% | - |
| HSV(B) | 324.59º | 0.79% | 0.91% | - |
| XYZ | 40.46 | 21.79 | 33.97 | - |
| YUV | 116.03 | 151.13 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 49 | 157 | 0 | 0.79 | 0.32 | 0.09 | 324.59 | 0.8 | 0.55 |
| Hex | E8 | 31 | 9D | 0 | 4F | 20 | 9 | 145 | 50 | 37 |
| Octal | 350 | 61 | 235 | 0 | 117 | 40 | 11 | 505 | 120 | 67 |
| Binary | 11101000 | 110001 | 10011101 | 0 | 1001111 | 100000 | 1001 | 101000101 | 1010000 | 110111 |
Color Harmonies of #E8319D
Complementary color
Monochromatic Colors of #E8319D
Black with #E8319D
Text Example
Text Example
White with #E8319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8319D; }
p { color: rgb(232,49,157); }
H1.HeaderClassName
{
color: #E8319D;
}
.AnyTagClassName
{
color: #E8319D;
}
</style>
background-color css
<style>
a { background-color: #E8319D; }
a { background-color: rgb(232,49,157); }
div.DivClassName
{
background-color: #E8319D;
}
.BgClassName
{
background-color: #E8319D;
}
</style>
border-color css
<style>
span { border-color: #E8319D; }
span { border-color: rgb(232,49,157); }
td.TdClassName
{
border-color: #E8319D;
}
.TagClassName
{
border-color: #E8319D;
}
</style>