Shades of Persian Rose #E92CAA
Tints of Persian Rose #E92CAA
RGB
CMYK
RGB Variations
Color information
#E92CAA (or 0xE92CAA) is known color: Persian Rose. HEX triplet: E9, 2C and AA. RGB value is (233,44,170). Sum of RGB (Red+Green+Blue) = 233+44+170=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E92CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92CAA is #16D355. Grayscale: #727272. Windows color (decimal): -1495894 or 11152617. OLE color: 11152617.
HSL color Cylindrical-coordinate representation of color #E92CAA: hue angle of 320º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92CAA is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 170 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.09 |
| HSL | 320º | 0.81% | 0.54% | - |
| HSV(B) | 320º | 0.81% | 0.91% | - |
| XYZ | 41.76 | 22.03 | 40.08 | - |
| YUV | 114.88 | 159.12 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 170 | 0 | 0.81 | 0.27 | 0.09 | 320 | 0.81 | 0.54 |
| Hex | E9 | 2C | AA | 0 | 51 | 1B | 9 | 140 | 51 | 36 |
| Octal | 351 | 54 | 252 | 0 | 121 | 33 | 11 | 500 | 121 | 66 |
| Binary | 11101001 | 101100 | 10101010 | 0 | 1010001 | 11011 | 1001 | 101000000 | 1010001 | 110110 |
Color Harmonies of #E92CAA
Complementary color
Monochromatic Colors of #E92CAA
Black with #E92CAA
Text Example
Text Example
White with #E92CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92CAA; }
p { color: rgb(233,44,170); }
H1.HeaderClassName
{
color: #E92CAA;
}
.AnyTagClassName
{
color: #E92CAA;
}
</style>
background-color css
<style>
a { background-color: #E92CAA; }
a { background-color: rgb(233,44,170); }
div.DivClassName
{
background-color: #E92CAA;
}
.BgClassName
{
background-color: #E92CAA;
}
</style>
border-color css
<style>
span { border-color: #E92CAA; }
span { border-color: rgb(233,44,170); }
td.TdClassName
{
border-color: #E92CAA;
}
.TagClassName
{
border-color: #E92CAA;
}
</style>