Shades of Persian Rose #E927AA
Tints of Persian Rose #E927AA
RGB
CMYK
RGB Variations
Color information
#E927AA (or 0xE927AA) is known color: Persian Rose. HEX triplet: E9, 27 and AA. RGB value is (233,39,170). Sum of RGB (Red+Green+Blue) = 233+39+170=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E927AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E927AA is #16D855. Grayscale: #6F6F6F. Windows color (decimal): -1497174 or 11151337. OLE color: 11151337.
HSL color Cylindrical-coordinate representation of color #E927AA: hue angle of 319.48º 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 #E927AA is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 170 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.09 |
| HSL | 319.48º | 0.82% | 0.53% | - |
| HSV(B) | 319.48º | 0.83% | 0.91% | - |
| XYZ | 41.59 | 21.68 | 40.02 | - |
| YUV | 111.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 170 | 0 | 0.83 | 0.27 | 0.09 | 319.48 | 0.82 | 0.53 |
| Hex | E9 | 27 | AA | 0 | 53 | 1B | 9 | 13F | 52 | 35 |
| Octal | 351 | 47 | 252 | 0 | 123 | 33 | 11 | 477 | 122 | 65 |
| Binary | 11101001 | 100111 | 10101010 | 0 | 1010011 | 11011 | 1001 | 100111111 | 1010010 | 110101 |
Color Harmonies of #E927AA
Complementary color
Monochromatic Colors of #E927AA
Black with #E927AA
Text Example
Text Example
White with #E927AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927AA; }
p { color: rgb(233,39,170); }
H1.HeaderClassName
{
color: #E927AA;
}
.AnyTagClassName
{
color: #E927AA;
}
</style>
background-color css
<style>
a { background-color: #E927AA; }
a { background-color: rgb(233,39,170); }
div.DivClassName
{
background-color: #E927AA;
}
.BgClassName
{
background-color: #E927AA;
}
</style>
border-color css
<style>
span { border-color: #E927AA; }
span { border-color: rgb(233,39,170); }
td.TdClassName
{
border-color: #E927AA;
}
.TagClassName
{
border-color: #E927AA;
}
</style>