Shades of Persian Rose #E81E9A
Tints of Persian Rose #E81E9A
RGB
CMYK
RGB Variations
Color information
#E81E9A (or 0xE81E9A) is known color: Persian Rose. HEX triplet: E8, 1E and 9A. RGB value is (232,30,154). Sum of RGB (Red+Green+Blue) = 232+30+154=416 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.77% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E81E9A is #17E165. Grayscale: #686868. Windows color (decimal): -1565030 or 10100456. OLE color: 10100456.
HSL color Cylindrical-coordinate representation of color #E81E9A: hue angle of 323.17º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81E9A is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 154 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.09 |
| HSL | 323.17º | 0.81% | 0.51% | - |
| HSV(B) | 323.17º | 0.87% | 0.91% | - |
| XYZ | 39.58 | 20.42 | 32.43 | - |
| YUV | 104.53 | 155.92 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 154 | 0 | 0.87 | 0.34 | 0.09 | 323.17 | 0.81 | 0.51 |
| Hex | E8 | 1E | 9A | 0 | 57 | 22 | 9 | 143 | 51 | 33 |
| Octal | 350 | 36 | 232 | 0 | 127 | 42 | 11 | 503 | 121 | 63 |
| Binary | 11101000 | 11110 | 10011010 | 0 | 1010111 | 100010 | 1001 | 101000011 | 1010001 | 110011 |
Color Harmonies of #E81E9A
Complementary color
Monochromatic Colors of #E81E9A
Black with #E81E9A
Text Example
Text Example
White with #E81E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E9A; }
p { color: rgb(232,30,154); }
H1.HeaderClassName
{
color: #E81E9A;
}
.AnyTagClassName
{
color: #E81E9A;
}
</style>
background-color css
<style>
a { background-color: #E81E9A; }
a { background-color: rgb(232,30,154); }
div.DivClassName
{
background-color: #E81E9A;
}
.BgClassName
{
background-color: #E81E9A;
}
</style>
border-color css
<style>
span { border-color: #E81E9A; }
span { border-color: rgb(232,30,154); }
td.TdClassName
{
border-color: #E81E9A;
}
.TagClassName
{
border-color: #E81E9A;
}
</style>