Shades of Persian Rose #E8309C
Tints of Persian Rose #E8309C
RGB
CMYK
RGB Variations
Color information
#E8309C (or 0xE8309C) is known color: Persian Rose. HEX triplet: E8, 30 and 9C. RGB value is (232,48,156). Sum of RGB (Red+Green+Blue) = 232+48+156=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8309C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8309C is #17CF63. Grayscale: #737373. Windows color (decimal): -1560420 or 10236136. OLE color: 10236136.
HSL color Cylindrical-coordinate representation of color #E8309C: hue angle of 324.78º 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 #E8309C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 156 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.09 |
| HSL | 324.78º | 0.8% | 0.55% | - |
| HSV(B) | 324.78º | 0.79% | 0.91% | - |
| XYZ | 40.34 | 21.67 | 33.51 | - |
| YUV | 115.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 156 | 0 | 0.79 | 0.33 | 0.09 | 324.78 | 0.8 | 0.55 |
| Hex | E8 | 30 | 9C | 0 | 4F | 21 | 9 | 145 | 50 | 37 |
| Octal | 350 | 60 | 234 | 0 | 117 | 41 | 11 | 505 | 120 | 67 |
| Binary | 11101000 | 110000 | 10011100 | 0 | 1001111 | 100001 | 1001 | 101000101 | 1010000 | 110111 |
Color Harmonies of #E8309C
Complementary color
Monochromatic Colors of #E8309C
Black with #E8309C
Text Example
Text Example
White with #E8309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8309C; }
p { color: rgb(232,48,156); }
H1.HeaderClassName
{
color: #E8309C;
}
.AnyTagClassName
{
color: #E8309C;
}
</style>
background-color css
<style>
a { background-color: #E8309C; }
a { background-color: rgb(232,48,156); }
div.DivClassName
{
background-color: #E8309C;
}
.BgClassName
{
background-color: #E8309C;
}
</style>
border-color css
<style>
span { border-color: #E8309C; }
span { border-color: rgb(232,48,156); }
td.TdClassName
{
border-color: #E8309C;
}
.TagClassName
{
border-color: #E8309C;
}
</style>