Shades of Persian Rose #E92B9E
Tints of Persian Rose #E92B9E
RGB
CMYK
RGB Variations
Color information
#E92B9E (or 0xE92B9E) is known color: Persian Rose. HEX triplet: E9, 2B and 9E. RGB value is (233,43,158). Sum of RGB (Red+Green+Blue) = 233+43+158=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E92B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92B9E is #16D461. Grayscale: #707070. Windows color (decimal): -1496162 or 10365929. OLE color: 10365929.
HSL color Cylindrical-coordinate representation of color #E92B9E: hue angle of 323.68º 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 #E92B9E is Cyan = 0, Magento = 0.82, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 158 | - |
| CMYK | 0 | 0.82 | 0.32 | 0.09 |
| HSL | 323.68º | 0.81% | 0.54% | - |
| HSV(B) | 323.68º | 0.82% | 0.91% | - |
| XYZ | 40.64 | 21.52 | 34.36 | - |
| YUV | 112.92 | 153.45 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 158 | 0 | 0.82 | 0.32 | 0.09 | 323.68 | 0.81 | 0.54 |
| Hex | E9 | 2B | 9E | 0 | 52 | 20 | 9 | 144 | 51 | 36 |
| Octal | 351 | 53 | 236 | 0 | 122 | 40 | 11 | 504 | 121 | 66 |
| Binary | 11101001 | 101011 | 10011110 | 0 | 1010010 | 100000 | 1001 | 101000100 | 1010001 | 110110 |
Color Harmonies of #E92B9E
Complementary color
Monochromatic Colors of #E92B9E
Black with #E92B9E
Text Example
Text Example
White with #E92B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92B9E; }
p { color: rgb(233,43,158); }
H1.HeaderClassName
{
color: #E92B9E;
}
.AnyTagClassName
{
color: #E92B9E;
}
</style>
background-color css
<style>
a { background-color: #E92B9E; }
a { background-color: rgb(233,43,158); }
div.DivClassName
{
background-color: #E92B9E;
}
.BgClassName
{
background-color: #E92B9E;
}
</style>
border-color css
<style>
span { border-color: #E92B9E; }
span { border-color: rgb(233,43,158); }
td.TdClassName
{
border-color: #E92B9E;
}
.TagClassName
{
border-color: #E92B9E;
}
</style>