Shades of Persian Rose #E92D9C
Tints of Persian Rose #E92D9C
RGB
CMYK
RGB Variations
Color information
#E92D9C (or 0xE92D9C) is known color: Persian Rose. HEX triplet: E9, 2D and 9C. RGB value is (233,45,156). Sum of RGB (Red+Green+Blue) = 233+45+156=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92D9C is #16D263. Grayscale: #717171. Windows color (decimal): -1495652 or 10235369. OLE color: 10235369.
HSL color Cylindrical-coordinate representation of color #E92D9C: hue angle of 324.57º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D9C is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 45 | 156 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.09 |
| HSL | 324.57º | 0.81% | 0.55% | - |
| HSV(B) | 324.57º | 0.81% | 0.91% | - |
| XYZ | 40.54 | 21.6 | 33.48 | - |
| YUV | 113.87 | 151.78 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 45 | 156 | 0 | 0.81 | 0.33 | 0.09 | 324.57 | 0.81 | 0.55 |
| Hex | E9 | 2D | 9C | 0 | 51 | 21 | 9 | 145 | 51 | 37 |
| Octal | 351 | 55 | 234 | 0 | 121 | 41 | 11 | 505 | 121 | 67 |
| Binary | 11101001 | 101101 | 10011100 | 0 | 1010001 | 100001 | 1001 | 101000101 | 1010001 | 110111 |
Color Harmonies of #E92D9C
Complementary color
Monochromatic Colors of #E92D9C
Black with #E92D9C
Text Example
Text Example
White with #E92D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92D9C; }
p { color: rgb(233,45,156); }
H1.HeaderClassName
{
color: #E92D9C;
}
.AnyTagClassName
{
color: #E92D9C;
}
</style>
background-color css
<style>
a { background-color: #E92D9C; }
a { background-color: rgb(233,45,156); }
div.DivClassName
{
background-color: #E92D9C;
}
.BgClassName
{
background-color: #E92D9C;
}
</style>
border-color css
<style>
span { border-color: #E92D9C; }
span { border-color: rgb(233,45,156); }
td.TdClassName
{
border-color: #E92D9C;
}
.TagClassName
{
border-color: #E92D9C;
}
</style>