Shades of Persian Rose #E92C9D
Tints of Persian Rose #E92C9D
RGB
CMYK
RGB Variations
Color information
#E92C9D (or 0xE92C9D) is known color: Persian Rose. HEX triplet: E9, 2C and 9D. RGB value is (233,44,157). Sum of RGB (Red+Green+Blue) = 233+44+157=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92C9D is #16D362. Grayscale: #717171. Windows color (decimal): -1495907 or 10300649. OLE color: 10300649.
HSL color Cylindrical-coordinate representation of color #E92C9D: hue angle of 324.13º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C9D is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 44 | 157 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.09 |
| HSL | 324.13º | 0.81% | 0.54% | - |
| HSV(B) | 324.13º | 0.81% | 0.91% | - |
| XYZ | 40.59 | 21.56 | 33.92 | - |
| YUV | 113.39 | 152.62 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 44 | 157 | 0 | 0.81 | 0.33 | 0.09 | 324.13 | 0.81 | 0.54 |
| Hex | E9 | 2C | 9D | 0 | 51 | 21 | 9 | 144 | 51 | 36 |
| Octal | 351 | 54 | 235 | 0 | 121 | 41 | 11 | 504 | 121 | 66 |
| Binary | 11101001 | 101100 | 10011101 | 0 | 1010001 | 100001 | 1001 | 101000100 | 1010001 | 110110 |
Color Harmonies of #E92C9D
Complementary color
Monochromatic Colors of #E92C9D
Black with #E92C9D
Text Example
Text Example
White with #E92C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92C9D; }
p { color: rgb(233,44,157); }
H1.HeaderClassName
{
color: #E92C9D;
}
.AnyTagClassName
{
color: #E92C9D;
}
</style>
background-color css
<style>
a { background-color: #E92C9D; }
a { background-color: rgb(233,44,157); }
div.DivClassName
{
background-color: #E92C9D;
}
.BgClassName
{
background-color: #E92C9D;
}
</style>
border-color css
<style>
span { border-color: #E92C9D; }
span { border-color: rgb(233,44,157); }
td.TdClassName
{
border-color: #E92C9D;
}
.TagClassName
{
border-color: #E92C9D;
}
</style>