Shades of Persian Rose #E928AB
Tints of Persian Rose #E928AB
RGB
CMYK
RGB Variations
Color information
#E928AB (or 0xE928AB) is known color: Persian Rose. HEX triplet: E9, 28 and AB. RGB value is (233,40,171). Sum of RGB (Red+Green+Blue) = 233+40+171=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E928AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E928AB is #16D754. Grayscale: #707070. Windows color (decimal): -1496917 or 11217129. OLE color: 11217129.
HSL color Cylindrical-coordinate representation of color #E928AB: hue angle of 319.27º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E928AB is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 171 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.09 |
| HSL | 319.27º | 0.81% | 0.54% | - |
| HSV(B) | 319.27º | 0.83% | 0.91% | - |
| XYZ | 41.71 | 21.78 | 40.53 | - |
| YUV | 112.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 171 | 0 | 0.83 | 0.27 | 0.09 | 319.27 | 0.81 | 0.54 |
| Hex | E9 | 28 | AB | 0 | 53 | 1B | 9 | 13F | 51 | 36 |
| Octal | 351 | 50 | 253 | 0 | 123 | 33 | 11 | 477 | 121 | 66 |
| Binary | 11101001 | 101000 | 10101011 | 0 | 1010011 | 11011 | 1001 | 100111111 | 1010001 | 110110 |
Color Harmonies of #E928AB
Complementary color
Monochromatic Colors of #E928AB
Black with #E928AB
Text Example
Text Example
White with #E928AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928AB; }
p { color: rgb(233,40,171); }
H1.HeaderClassName
{
color: #E928AB;
}
.AnyTagClassName
{
color: #E928AB;
}
</style>
background-color css
<style>
a { background-color: #E928AB; }
a { background-color: rgb(233,40,171); }
div.DivClassName
{
background-color: #E928AB;
}
.BgClassName
{
background-color: #E928AB;
}
</style>
border-color css
<style>
span { border-color: #E928AB; }
span { border-color: rgb(233,40,171); }
td.TdClassName
{
border-color: #E928AB;
}
.TagClassName
{
border-color: #E928AB;
}
</style>