Shades of Persian Rose #E928A1
Tints of Persian Rose #E928A1
RGB
CMYK
RGB Variations
Color information
#E928A1 (or 0xE928A1) is known color: Persian Rose. HEX triplet: E9, 28 and A1. RGB value is (233,40,161). Sum of RGB (Red+Green+Blue) = 233+40+161=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E928A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E928A1 is #16D75E. Grayscale: #6F6F6F. Windows color (decimal): -1496927 or 10561769. OLE color: 10561769.
HSL color Cylindrical-coordinate representation of color #E928A1: hue angle of 322.38º 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 #E928A1 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 40 | 161 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.09 |
| HSL | 322.38º | 0.81% | 0.54% | - |
| HSV(B) | 322.38º | 0.83% | 0.91% | - |
| XYZ | 40.8 | 21.41 | 35.7 | - |
| YUV | 111.5 | 155.94 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 40 | 161 | 0 | 0.83 | 0.31 | 0.09 | 322.38 | 0.81 | 0.54 |
| Hex | E9 | 28 | A1 | 0 | 53 | 1F | 9 | 142 | 51 | 36 |
| Octal | 351 | 50 | 241 | 0 | 123 | 37 | 11 | 502 | 121 | 66 |
| Binary | 11101001 | 101000 | 10100001 | 0 | 1010011 | 11111 | 1001 | 101000010 | 1010001 | 110110 |
Color Harmonies of #E928A1
Complementary color
Monochromatic Colors of #E928A1
Black with #E928A1
Text Example
Text Example
White with #E928A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E928A1; }
p { color: rgb(233,40,161); }
H1.HeaderClassName
{
color: #E928A1;
}
.AnyTagClassName
{
color: #E928A1;
}
</style>
background-color css
<style>
a { background-color: #E928A1; }
a { background-color: rgb(233,40,161); }
div.DivClassName
{
background-color: #E928A1;
}
.BgClassName
{
background-color: #E928A1;
}
</style>
border-color css
<style>
span { border-color: #E928A1; }
span { border-color: rgb(233,40,161); }
td.TdClassName
{
border-color: #E928A1;
}
.TagClassName
{
border-color: #E928A1;
}
</style>