Shades of Persian Rose #E927A9
Tints of Persian Rose #E927A9
RGB
CMYK
RGB Variations
Color information
#E927A9 (or 0xE927A9) is known color: Persian Rose. HEX triplet: E9, 27 and A9. RGB value is (233,39,169). Sum of RGB (Red+Green+Blue) = 233+39+169=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 39 (15.62% from 255 or 8.84% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E927A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E927A9 is #16D856. Grayscale: #6F6F6F. Windows color (decimal): -1497175 or 11085801. OLE color: 11085801.
HSL color Cylindrical-coordinate representation of color #E927A9: hue angle of 319.79º 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 #E927A9 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 169 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.09 |
| HSL | 319.79º | 0.82% | 0.53% | - |
| HSV(B) | 319.79º | 0.83% | 0.91% | - |
| XYZ | 41.49 | 21.64 | 39.53 | - |
| YUV | 111.83 | 160.27 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 169 | 0 | 0.83 | 0.27 | 0.09 | 319.79 | 0.82 | 0.53 |
| Hex | E9 | 27 | A9 | 0 | 53 | 1B | 9 | 140 | 52 | 35 |
| Octal | 351 | 47 | 251 | 0 | 123 | 33 | 11 | 500 | 122 | 65 |
| Binary | 11101001 | 100111 | 10101001 | 0 | 1010011 | 11011 | 1001 | 101000000 | 1010010 | 110101 |
Color Harmonies of #E927A9
Complementary color
Monochromatic Colors of #E927A9
Black with #E927A9
Text Example
Text Example
White with #E927A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E927A9; }
p { color: rgb(233,39,169); }
H1.HeaderClassName
{
color: #E927A9;
}
.AnyTagClassName
{
color: #E927A9;
}
</style>
background-color css
<style>
a { background-color: #E927A9; }
a { background-color: rgb(233,39,169); }
div.DivClassName
{
background-color: #E927A9;
}
.BgClassName
{
background-color: #E927A9;
}
</style>
border-color css
<style>
span { border-color: #E927A9; }
span { border-color: rgb(233,39,169); }
td.TdClassName
{
border-color: #E927A9;
}
.TagClassName
{
border-color: #E927A9;
}
</style>