Shades of Persian Rose #E927AB
Tints of Persian Rose #E927AB
RGB
CMYK
RGB Variations
Color information
#E927AB (or 0xE927AB) is known color: Persian Rose. HEX triplet: E9, 27 and AB. RGB value is (233,39,171). Sum of RGB (Red+Green+Blue) = 233+39+171=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 39 (15.62% from 255 or 8.80% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E927AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E927AB is #16D854. Grayscale: #6F6F6F. Windows color (decimal): -1497173 or 11216873. OLE color: 11216873.
HSL color Cylindrical-coordinate representation of color #E927AB: hue angle of 319.18º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E927AB is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 171 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.09 |
| HSL | 319.18º | 0.82% | 0.53% | - |
| HSV(B) | 319.18º | 0.83% | 0.91% | - |
| XYZ | 41.68 | 21.71 | 40.52 | - |
| YUV | 112.05 | 161.27 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 171 | 0 | 0.83 | 0.27 | 0.09 | 319.18 | 0.82 | 0.53 |
| Hex | E9 | 27 | AB | 0 | 53 | 1B | 9 | 13F | 52 | 35 |
| Octal | 351 | 47 | 253 | 0 | 123 | 33 | 11 | 477 | 122 | 65 |
| Binary | 11101001 | 100111 | 10101011 | 0 | 1010011 | 11011 | 1001 | 100111111 | 1010010 | 110101 |
Color Harmonies of #E927AB
Complementary color
Monochromatic Colors of #E927AB
Black with #E927AB
Text Example
Text Example
White with #E927AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927AB; }
p { color: rgb(233,39,171); }
H1.HeaderClassName
{
color: #E927AB;
}
.AnyTagClassName
{
color: #E927AB;
}
</style>
background-color css
<style>
a { background-color: #E927AB; }
a { background-color: rgb(233,39,171); }
div.DivClassName
{
background-color: #E927AB;
}
.BgClassName
{
background-color: #E927AB;
}
</style>
border-color css
<style>
span { border-color: #E927AB; }
span { border-color: rgb(233,39,171); }
td.TdClassName
{
border-color: #E927AB;
}
.TagClassName
{
border-color: #E927AB;
}
</style>