Shades of Persian Rose #E92E9C
Tints of Persian Rose #E92E9C
RGB
CMYK
RGB Variations
Color information
#E92E9C (or 0xE92E9C) is known color: Persian Rose. HEX triplet: E9, 2E and 9C. RGB value is (233,46,156). Sum of RGB (Red+Green+Blue) = 233+46+156=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E92E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92E9C is #16D163. Grayscale: #727272. Windows color (decimal): -1495396 or 10235625. OLE color: 10235625.
HSL color Cylindrical-coordinate representation of color #E92E9C: hue angle of 324.71º 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 #E92E9C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 46 | 156 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.09 |
| HSL | 324.71º | 0.81% | 0.55% | - |
| HSV(B) | 324.71º | 0.8% | 0.91% | - |
| XYZ | 40.58 | 21.68 | 33.5 | - |
| YUV | 114.45 | 151.45 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 46 | 156 | 0 | 0.80 | 0.33 | 0.09 | 324.71 | 0.81 | 0.55 |
| Hex | E9 | 2E | 9C | 0 | 50 | 21 | 9 | 145 | 51 | 37 |
| Octal | 351 | 56 | 234 | 0 | 120 | 41 | 11 | 505 | 121 | 67 |
| Binary | 11101001 | 101110 | 10011100 | 0 | 1010000 | 100001 | 1001 | 101000101 | 1010001 | 110111 |
Color Harmonies of #E92E9C
Complementary color
Monochromatic Colors of #E92E9C
Black with #E92E9C
Text Example
Text Example
White with #E92E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92E9C; }
p { color: rgb(233,46,156); }
H1.HeaderClassName
{
color: #E92E9C;
}
.AnyTagClassName
{
color: #E92E9C;
}
</style>
background-color css
<style>
a { background-color: #E92E9C; }
a { background-color: rgb(233,46,156); }
div.DivClassName
{
background-color: #E92E9C;
}
.BgClassName
{
background-color: #E92E9C;
}
</style>
border-color css
<style>
span { border-color: #E92E9C; }
span { border-color: rgb(233,46,156); }
td.TdClassName
{
border-color: #E92E9C;
}
.TagClassName
{
border-color: #E92E9C;
}
</style>