Shades of Persian Rose #E92E9A
Tints of Persian Rose #E92E9A
RGB
CMYK
RGB Variations
Color information
#E92E9A (or 0xE92E9A) is known color: Persian Rose. HEX triplet: E9, 2E and 9A. RGB value is (233,46,154). Sum of RGB (Red+Green+Blue) = 233+46+154=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92E9A is #16D165. Grayscale: #717171. Windows color (decimal): -1495398 or 10104553. OLE color: 10104553.
HSL color Cylindrical-coordinate representation of color #E92E9A: hue angle of 325.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92E9A is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 154 | - |
| CMYK | 0 | 0.80 | 0.34 | 0.09 |
| HSL | 325.35º | 0.81% | 0.55% | - |
| HSV(B) | 325.35º | 0.8% | 0.91% | - |
| XYZ | 40.41 | 21.61 | 32.61 | - |
| YUV | 114.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 154 | 0 | 0.80 | 0.34 | 0.09 | 325.35 | 0.81 | 0.55 |
| Hex | E9 | 2E | 9A | 0 | 50 | 22 | 9 | 145 | 51 | 37 |
| Octal | 351 | 56 | 232 | 0 | 120 | 42 | 11 | 505 | 121 | 67 |
| Binary | 11101001 | 101110 | 10011010 | 0 | 1010000 | 100010 | 1001 | 101000101 | 1010001 | 110111 |
Color Harmonies of #E92E9A
Complementary color
Monochromatic Colors of #E92E9A
Black with #E92E9A
Text Example
Text Example
White with #E92E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E9A; }
p { color: rgb(233,46,154); }
H1.HeaderClassName
{
color: #E92E9A;
}
.AnyTagClassName
{
color: #E92E9A;
}
</style>
background-color css
<style>
a { background-color: #E92E9A; }
a { background-color: rgb(233,46,154); }
div.DivClassName
{
background-color: #E92E9A;
}
.BgClassName
{
background-color: #E92E9A;
}
</style>
border-color css
<style>
span { border-color: #E92E9A; }
span { border-color: rgb(233,46,154); }
td.TdClassName
{
border-color: #E92E9A;
}
.TagClassName
{
border-color: #E92E9A;
}
</style>