Shades of Persian Rose #E92BAE
Tints of Persian Rose #E92BAE
RGB
CMYK
RGB Variations
Color information
#E92BAE (or 0xE92BAE) is known color: Persian Rose. HEX triplet: E9, 2B and AE. RGB value is (233,43,174). Sum of RGB (Red+Green+Blue) = 233+43+174=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E92BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92BAE is #16D451. Grayscale: #727272. Windows color (decimal): -1496146 or 11414505. OLE color: 11414505.
HSL color Cylindrical-coordinate representation of color #E92BAE: hue angle of 318.63º 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 #E92BAE is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 174 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.09 |
| HSL | 318.63º | 0.81% | 0.54% | - |
| HSV(B) | 318.63º | 0.82% | 0.91% | - |
| XYZ | 42.11 | 22.11 | 42.09 | - |
| YUV | 114.74 | 161.45 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 174 | 0 | 0.82 | 0.25 | 0.09 | 318.63 | 0.81 | 0.54 |
| Hex | E9 | 2B | AE | 0 | 52 | 19 | 9 | 13F | 51 | 36 |
| Octal | 351 | 53 | 256 | 0 | 122 | 31 | 11 | 477 | 121 | 66 |
| Binary | 11101001 | 101011 | 10101110 | 0 | 1010010 | 11001 | 1001 | 100111111 | 1010001 | 110110 |
Color Harmonies of #E92BAE
Complementary color
Monochromatic Colors of #E92BAE
Black with #E92BAE
Text Example
Text Example
White with #E92BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92BAE; }
p { color: rgb(233,43,174); }
H1.HeaderClassName
{
color: #E92BAE;
}
.AnyTagClassName
{
color: #E92BAE;
}
</style>
background-color css
<style>
a { background-color: #E92BAE; }
a { background-color: rgb(233,43,174); }
div.DivClassName
{
background-color: #E92BAE;
}
.BgClassName
{
background-color: #E92BAE;
}
</style>
border-color css
<style>
span { border-color: #E92BAE; }
span { border-color: rgb(233,43,174); }
td.TdClassName
{
border-color: #E92BAE;
}
.TagClassName
{
border-color: #E92BAE;
}
</style>