Shades of Persian Rose #E236A9
Tints of Persian Rose #E236A9
RGB
CMYK
RGB Variations
Color information
#E236A9 (or 0xE236A9) is known color: Persian Rose. HEX triplet: E2, 36 and A9. RGB value is (226,54,169). Sum of RGB (Red+Green+Blue) = 226+54+169=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 54 (21.48% from 255 or 12.03% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E236A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E236A9 is #1DC956. Grayscale: #767676. Windows color (decimal): -1952087 or 11089634. OLE color: 11089634.
HSL color Cylindrical-coordinate representation of color #E236A9: hue angle of 319.88º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E236A9 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 169 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.11 |
| HSL | 319.88º | 0.75% | 0.55% | - |
| HSV(B) | 319.88º | 0.76% | 0.89% | - |
| XYZ | 39.84 | 21.67 | 39.62 | - |
| YUV | 118.54 | 156.48 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 169 | 0 | 0.76 | 0.25 | 0.11 | 319.88 | 0.75 | 0.55 |
| Hex | E2 | 36 | A9 | 0 | 4C | 19 | B | 140 | 4B | 37 |
| Octal | 342 | 66 | 251 | 0 | 114 | 31 | 13 | 500 | 113 | 67 |
| Binary | 11100010 | 110110 | 10101001 | 0 | 1001100 | 11001 | 1011 | 101000000 | 1001011 | 110111 |
Color Harmonies of #E236A9
Complementary color
Monochromatic Colors of #E236A9
Black with #E236A9
Text Example
Text Example
White with #E236A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E236A9; }
p { color: rgb(226,54,169); }
H1.HeaderClassName
{
color: #E236A9;
}
.AnyTagClassName
{
color: #E236A9;
}
</style>
background-color css
<style>
a { background-color: #E236A9; }
a { background-color: rgb(226,54,169); }
div.DivClassName
{
background-color: #E236A9;
}
.BgClassName
{
background-color: #E236A9;
}
</style>
border-color css
<style>
span { border-color: #E236A9; }
span { border-color: rgb(226,54,169); }
td.TdClassName
{
border-color: #E236A9;
}
.TagClassName
{
border-color: #E236A9;
}
</style>