Shades of Persian Rose #E92DAA
Tints of Persian Rose #E92DAA
RGB
CMYK
RGB Variations
Color information
#E92DAA (or 0xE92DAA) is known color: Persian Rose. HEX triplet: E9, 2D and AA. RGB value is (233,45,170). Sum of RGB (Red+Green+Blue) = 233+45+170=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 45 (17.97% from 255 or 10.04% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E92DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92DAA is #16D255. Grayscale: #737373. Windows color (decimal): -1495638 or 11152873. OLE color: 11152873.
HSL color Cylindrical-coordinate representation of color #E92DAA: hue angle of 320.11º 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 #E92DAA is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 170 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.09 |
| HSL | 320.11º | 0.81% | 0.55% | - |
| HSV(B) | 320.11º | 0.81% | 0.91% | - |
| XYZ | 41.8 | 22.1 | 40.09 | - |
| YUV | 115.46 | 158.78 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 170 | 0 | 0.81 | 0.27 | 0.09 | 320.11 | 0.81 | 0.55 |
| Hex | E9 | 2D | AA | 0 | 51 | 1B | 9 | 140 | 51 | 37 |
| Octal | 351 | 55 | 252 | 0 | 121 | 33 | 11 | 500 | 121 | 67 |
| Binary | 11101001 | 101101 | 10101010 | 0 | 1010001 | 11011 | 1001 | 101000000 | 1010001 | 110111 |
Color Harmonies of #E92DAA
Complementary color
Monochromatic Colors of #E92DAA
Black with #E92DAA
Text Example
Text Example
White with #E92DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92DAA; }
p { color: rgb(233,45,170); }
H1.HeaderClassName
{
color: #E92DAA;
}
.AnyTagClassName
{
color: #E92DAA;
}
</style>
background-color css
<style>
a { background-color: #E92DAA; }
a { background-color: rgb(233,45,170); }
div.DivClassName
{
background-color: #E92DAA;
}
.BgClassName
{
background-color: #E92DAA;
}
</style>
border-color css
<style>
span { border-color: #E92DAA; }
span { border-color: rgb(233,45,170); }
td.TdClassName
{
border-color: #E92DAA;
}
.TagClassName
{
border-color: #E92DAA;
}
</style>