Shades of Persian Rose #E92AAD
Tints of Persian Rose #E92AAD
RGB
CMYK
RGB Variations
Color information
#E92AAD (or 0xE92AAD) is known color: Persian Rose. HEX triplet: E9, 2A and AD. RGB value is (233,42,173). Sum of RGB (Red+Green+Blue) = 233+42+173=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E92AAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92AAD is #16D552. Grayscale: #717171. Windows color (decimal): -1496403 or 11348713. OLE color: 11348713.
HSL color Cylindrical-coordinate representation of color #E92AAD: hue angle of 318.85º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92AAD is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 173 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.09 |
| HSL | 318.85º | 0.81% | 0.54% | - |
| HSV(B) | 318.85º | 0.82% | 0.91% | - |
| XYZ | 41.98 | 22 | 41.57 | - |
| YUV | 114.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 173 | 0 | 0.82 | 0.26 | 0.09 | 318.85 | 0.81 | 0.54 |
| Hex | E9 | 2A | AD | 0 | 52 | 1A | 9 | 13F | 51 | 36 |
| Octal | 351 | 52 | 255 | 0 | 122 | 32 | 11 | 477 | 121 | 66 |
| Binary | 11101001 | 101010 | 10101101 | 0 | 1010010 | 11010 | 1001 | 100111111 | 1010001 | 110110 |
Color Harmonies of #E92AAD
Complementary color
Monochromatic Colors of #E92AAD
Black with #E92AAD
Text Example
Text Example
White with #E92AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92AAD; }
p { color: rgb(233,42,173); }
H1.HeaderClassName
{
color: #E92AAD;
}
.AnyTagClassName
{
color: #E92AAD;
}
</style>
background-color css
<style>
a { background-color: #E92AAD; }
a { background-color: rgb(233,42,173); }
div.DivClassName
{
background-color: #E92AAD;
}
.BgClassName
{
background-color: #E92AAD;
}
</style>
border-color css
<style>
span { border-color: #E92AAD; }
span { border-color: rgb(233,42,173); }
td.TdClassName
{
border-color: #E92AAD;
}
.TagClassName
{
border-color: #E92AAD;
}
</style>