Shades of Persian Rose #E932AB
Tints of Persian Rose #E932AB
RGB
CMYK
RGB Variations
Color information
#E932AB (or 0xE932AB) is known color: Persian Rose. HEX triplet: E9, 32 and AB. RGB value is (233,50,171). Sum of RGB (Red+Green+Blue) = 233+50+171=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 50 (19.92% from 255 or 11.01% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E932AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E932AB is #16CD54. Grayscale: #767676. Windows color (decimal): -1494357 or 11219689. OLE color: 11219689.
HSL color Cylindrical-coordinate representation of color #E932AB: hue angle of 320.33º 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 #E932AB is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 50 | 171 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.09 |
| HSL | 320.33º | 0.81% | 0.55% | - |
| HSV(B) | 320.33º | 0.79% | 0.91% | - |
| XYZ | 42.1 | 22.55 | 40.66 | - |
| YUV | 118.51 | 157.63 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 50 | 171 | 0 | 0.79 | 0.27 | 0.09 | 320.33 | 0.81 | 0.55 |
| Hex | E9 | 32 | AB | 0 | 4F | 1B | 9 | 140 | 51 | 37 |
| Octal | 351 | 62 | 253 | 0 | 117 | 33 | 11 | 500 | 121 | 67 |
| Binary | 11101001 | 110010 | 10101011 | 0 | 1001111 | 11011 | 1001 | 101000000 | 1010001 | 110111 |
Color Harmonies of #E932AB
Complementary color
Monochromatic Colors of #E932AB
Black with #E932AB
Text Example
Text Example
White with #E932AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E932AB; }
p { color: rgb(233,50,171); }
H1.HeaderClassName
{
color: #E932AB;
}
.AnyTagClassName
{
color: #E932AB;
}
</style>
background-color css
<style>
a { background-color: #E932AB; }
a { background-color: rgb(233,50,171); }
div.DivClassName
{
background-color: #E932AB;
}
.BgClassName
{
background-color: #E932AB;
}
</style>
border-color css
<style>
span { border-color: #E932AB; }
span { border-color: rgb(233,50,171); }
td.TdClassName
{
border-color: #E932AB;
}
.TagClassName
{
border-color: #E932AB;
}
</style>