Shades of Persian Rose #E92CAB
Tints of Persian Rose #E92CAB
RGB
CMYK
RGB Variations
Color information
#E92CAB (or 0xE92CAB) is known color: Persian Rose. HEX triplet: E9, 2C and AB. RGB value is (233,44,171). Sum of RGB (Red+Green+Blue) = 233+44+171=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E92CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92CAB is #16D354. Grayscale: #727272. Windows color (decimal): -1495893 or 11218153. OLE color: 11218153.
HSL color Cylindrical-coordinate representation of color #E92CAB: hue angle of 319.68º 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 #E92CAB is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 171 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.09 |
| HSL | 319.68º | 0.81% | 0.54% | - |
| HSV(B) | 319.68º | 0.81% | 0.91% | - |
| XYZ | 41.86 | 22.07 | 40.58 | - |
| YUV | 114.99 | 159.62 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 171 | 0 | 0.81 | 0.27 | 0.09 | 319.68 | 0.81 | 0.54 |
| Hex | E9 | 2C | AB | 0 | 51 | 1B | 9 | 140 | 51 | 36 |
| Octal | 351 | 54 | 253 | 0 | 121 | 33 | 11 | 500 | 121 | 66 |
| Binary | 11101001 | 101100 | 10101011 | 0 | 1010001 | 11011 | 1001 | 101000000 | 1010001 | 110110 |
Color Harmonies of #E92CAB
Complementary color
Monochromatic Colors of #E92CAB
Black with #E92CAB
Text Example
Text Example
White with #E92CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92CAB; }
p { color: rgb(233,44,171); }
H1.HeaderClassName
{
color: #E92CAB;
}
.AnyTagClassName
{
color: #E92CAB;
}
</style>
background-color css
<style>
a { background-color: #E92CAB; }
a { background-color: rgb(233,44,171); }
div.DivClassName
{
background-color: #E92CAB;
}
.BgClassName
{
background-color: #E92CAB;
}
</style>
border-color css
<style>
span { border-color: #E92CAB; }
span { border-color: rgb(233,44,171); }
td.TdClassName
{
border-color: #E92CAB;
}
.TagClassName
{
border-color: #E92CAB;
}
</style>