Shades of Persian Rose #E3239C
Tints of Persian Rose #E3239C
RGB
CMYK
RGB Variations
Color information
#E3239C (or 0xE3239C) is known color: Persian Rose. HEX triplet: E3, 23 and 9C. RGB value is (227,35,156). Sum of RGB (Red+Green+Blue) = 227+35+156=418 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.31% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 227 - color contains mainly: red. Hex color #E3239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3239C is #1CDC63. Grayscale: #696969. Windows color (decimal): -1891428 or 10232803. OLE color: 10232803.
HSL color Cylindrical-coordinate representation of color #E3239C: hue angle of 322.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3239C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 35 | 156 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.11 |
| HSL | 322.19º | 0.77% | 0.51% | - |
| HSV(B) | 322.19º | 0.85% | 0.89% | - |
| XYZ | 38.28 | 19.93 | 33.28 | - |
| YUV | 106.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 35 | 156 | 0 | 0.85 | 0.31 | 0.11 | 322.19 | 0.77 | 0.51 |
| Hex | E3 | 23 | 9C | 0 | 55 | 1F | B | 142 | 4D | 33 |
| Octal | 343 | 43 | 234 | 0 | 125 | 37 | 13 | 502 | 115 | 63 |
| Binary | 11100011 | 100011 | 10011100 | 0 | 1010101 | 11111 | 1011 | 101000010 | 1001101 | 110011 |
Color Harmonies of #E3239C
Complementary color
Monochromatic Colors of #E3239C
Black with #E3239C
Text Example
Text Example
White with #E3239C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3239C; }
p { color: rgb(227,35,156); }
H1.HeaderClassName
{
color: #E3239C;
}
.AnyTagClassName
{
color: #E3239C;
}
</style>
background-color css
<style>
a { background-color: #E3239C; }
a { background-color: rgb(227,35,156); }
div.DivClassName
{
background-color: #E3239C;
}
.BgClassName
{
background-color: #E3239C;
}
</style>
border-color css
<style>
span { border-color: #E3239C; }
span { border-color: rgb(227,35,156); }
td.TdClassName
{
border-color: #E3239C;
}
.TagClassName
{
border-color: #E3239C;
}
</style>