Shades of Persian Rose #E92BAB
Tints of Persian Rose #E92BAB
RGB
CMYK
RGB Variations
Color information
#E92BAB (or 0xE92BAB) is known color: Persian Rose. HEX triplet: E9, 2B and AB. RGB value is (233,43,171). Sum of RGB (Red+Green+Blue) = 233+43+171=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E92BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92BAB is #16D454. Grayscale: #727272. Windows color (decimal): -1496149 or 11217897. OLE color: 11217897.
HSL color Cylindrical-coordinate representation of color #E92BAB: hue angle of 319.58º 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 #E92BAB is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 171 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.09 |
| HSL | 319.58º | 0.81% | 0.54% | - |
| HSV(B) | 319.58º | 0.82% | 0.91% | - |
| XYZ | 41.82 | 21.99 | 40.57 | - |
| YUV | 114.4 | 159.95 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 171 | 0 | 0.82 | 0.27 | 0.09 | 319.58 | 0.81 | 0.54 |
| Hex | E9 | 2B | AB | 0 | 52 | 1B | 9 | 140 | 51 | 36 |
| Octal | 351 | 53 | 253 | 0 | 122 | 33 | 11 | 500 | 121 | 66 |
| Binary | 11101001 | 101011 | 10101011 | 0 | 1010010 | 11011 | 1001 | 101000000 | 1010001 | 110110 |
Color Harmonies of #E92BAB
Complementary color
Monochromatic Colors of #E92BAB
Black with #E92BAB
Text Example
Text Example
White with #E92BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92BAB; }
p { color: rgb(233,43,171); }
H1.HeaderClassName
{
color: #E92BAB;
}
.AnyTagClassName
{
color: #E92BAB;
}
</style>
background-color css
<style>
a { background-color: #E92BAB; }
a { background-color: rgb(233,43,171); }
div.DivClassName
{
background-color: #E92BAB;
}
.BgClassName
{
background-color: #E92BAB;
}
</style>
border-color css
<style>
span { border-color: #E92BAB; }
span { border-color: rgb(233,43,171); }
td.TdClassName
{
border-color: #E92BAB;
}
.TagClassName
{
border-color: #E92BAB;
}
</style>