Shades of Persian Rose #E932A6
Tints of Persian Rose #E932A6
RGB
CMYK
RGB Variations
Color information
#E932A6 (or 0xE932A6) is known color: Persian Rose. HEX triplet: E9, 32 and A6. RGB value is (233,50,166). Sum of RGB (Red+Green+Blue) = 233+50+166=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E932A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E932A6 is #16CD59. Grayscale: #757575. Windows color (decimal): -1494362 or 10892009. OLE color: 10892009.
HSL color Cylindrical-coordinate representation of color #E932A6: hue angle of 321.97º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E932A6 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 166 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.09 |
| HSL | 321.97º | 0.81% | 0.55% | - |
| HSV(B) | 321.97º | 0.79% | 0.91% | - |
| XYZ | 41.63 | 22.36 | 38.2 | - |
| YUV | 117.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 166 | 0 | 0.79 | 0.29 | 0.09 | 321.97 | 0.81 | 0.55 |
| Hex | E9 | 32 | A6 | 0 | 4F | 1D | 9 | 142 | 51 | 37 |
| Octal | 351 | 62 | 246 | 0 | 117 | 35 | 11 | 502 | 121 | 67 |
| Binary | 11101001 | 110010 | 10100110 | 0 | 1001111 | 11101 | 1001 | 101000010 | 1010001 | 110111 |
Color Harmonies of #E932A6
Complementary color
Monochromatic Colors of #E932A6
Black with #E932A6
Text Example
Text Example
White with #E932A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932A6; }
p { color: rgb(233,50,166); }
H1.HeaderClassName
{
color: #E932A6;
}
.AnyTagClassName
{
color: #E932A6;
}
</style>
background-color css
<style>
a { background-color: #E932A6; }
a { background-color: rgb(233,50,166); }
div.DivClassName
{
background-color: #E932A6;
}
.BgClassName
{
background-color: #E932A6;
}
</style>
border-color css
<style>
span { border-color: #E932A6; }
span { border-color: rgb(233,50,166); }
td.TdClassName
{
border-color: #E932A6;
}
.TagClassName
{
border-color: #E932A6;
}
</style>