Shades of Persian Rose #E92DA0
Tints of Persian Rose #E92DA0
RGB
CMYK
RGB Variations
Color information
#E92DA0 (or 0xE92DA0) is known color: Persian Rose. HEX triplet: E9, 2D and A0. RGB value is (233,45,160). Sum of RGB (Red+Green+Blue) = 233+45+160=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E92DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92DA0 is #16D25F. Grayscale: #727272. Windows color (decimal): -1495648 or 10497513. OLE color: 10497513.
HSL color Cylindrical-coordinate representation of color #E92DA0: hue angle of 323.3º 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 #E92DA0 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 160 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.09 |
| HSL | 323.3º | 0.81% | 0.55% | - |
| HSV(B) | 323.3º | 0.81% | 0.91% | - |
| XYZ | 40.89 | 21.74 | 35.3 | - |
| YUV | 114.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 160 | 0 | 0.81 | 0.31 | 0.09 | 323.3 | 0.81 | 0.55 |
| Hex | E9 | 2D | A0 | 0 | 51 | 1F | 9 | 143 | 51 | 37 |
| Octal | 351 | 55 | 240 | 0 | 121 | 37 | 11 | 503 | 121 | 67 |
| Binary | 11101001 | 101101 | 10100000 | 0 | 1010001 | 11111 | 1001 | 101000011 | 1010001 | 110111 |
Color Harmonies of #E92DA0
Complementary color
Monochromatic Colors of #E92DA0
Black with #E92DA0
Text Example
Text Example
White with #E92DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92DA0; }
p { color: rgb(233,45,160); }
H1.HeaderClassName
{
color: #E92DA0;
}
.AnyTagClassName
{
color: #E92DA0;
}
</style>
background-color css
<style>
a { background-color: #E92DA0; }
a { background-color: rgb(233,45,160); }
div.DivClassName
{
background-color: #E92DA0;
}
.BgClassName
{
background-color: #E92DA0;
}
</style>
border-color css
<style>
span { border-color: #E92DA0; }
span { border-color: rgb(233,45,160); }
td.TdClassName
{
border-color: #E92DA0;
}
.TagClassName
{
border-color: #E92DA0;
}
</style>