Shades of Persian Rose #E92DA8
Tints of Persian Rose #E92DA8
RGB
CMYK
RGB Variations
Color information
#E92DA8 (or 0xE92DA8) is known color: Persian Rose. HEX triplet: E9, 2D and A8. RGB value is (233,45,168). Sum of RGB (Red+Green+Blue) = 233+45+168=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 168 (66.02% from 255 or 37.67% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E92DA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92DA8 is #16D257. Grayscale: #727272. Windows color (decimal): -1495640 or 11021801. OLE color: 11021801.
HSL color Cylindrical-coordinate representation of color #E92DA8: hue angle of 320.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92DA8 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 168 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.09 |
| HSL | 320.74º | 0.81% | 0.55% | - |
| HSV(B) | 320.74º | 0.81% | 0.91% | - |
| XYZ | 41.61 | 22.03 | 39.1 | - |
| YUV | 115.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 168 | 0 | 0.81 | 0.28 | 0.09 | 320.74 | 0.81 | 0.55 |
| Hex | E9 | 2D | A8 | 0 | 51 | 1C | 9 | 141 | 51 | 37 |
| Octal | 351 | 55 | 250 | 0 | 121 | 34 | 11 | 501 | 121 | 67 |
| Binary | 11101001 | 101101 | 10101000 | 0 | 1010001 | 11100 | 1001 | 101000001 | 1010001 | 110111 |
Color Harmonies of #E92DA8
Complementary color
Monochromatic Colors of #E92DA8
Black with #E92DA8
Text Example
Text Example
White with #E92DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92DA8; }
p { color: rgb(233,45,168); }
H1.HeaderClassName
{
color: #E92DA8;
}
.AnyTagClassName
{
color: #E92DA8;
}
</style>
background-color css
<style>
a { background-color: #E92DA8; }
a { background-color: rgb(233,45,168); }
div.DivClassName
{
background-color: #E92DA8;
}
.BgClassName
{
background-color: #E92DA8;
}
</style>
border-color css
<style>
span { border-color: #E92DA8; }
span { border-color: rgb(233,45,168); }
td.TdClassName
{
border-color: #E92DA8;
}
.TagClassName
{
border-color: #E92DA8;
}
</style>