Shades of Persian Rose #E929A1
Tints of Persian Rose #E929A1
RGB
CMYK
RGB Variations
Color information
#E929A1 (or 0xE929A1) is known color: Persian Rose. HEX triplet: E9, 29 and A1. RGB value is (233,41,161). Sum of RGB (Red+Green+Blue) = 233+41+161=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 41 (16.41% from 255 or 9.43% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E929A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E929A1 is #16D65E. Grayscale: #6F6F6F. Windows color (decimal): -1496671 or 10562025. OLE color: 10562025.
HSL color Cylindrical-coordinate representation of color #E929A1: hue angle of 322.5º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E929A1 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 161 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.09 |
| HSL | 322.5º | 0.81% | 0.54% | - |
| HSV(B) | 322.5º | 0.82% | 0.91% | - |
| XYZ | 40.83 | 21.48 | 35.71 | - |
| YUV | 112.09 | 155.61 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 161 | 0 | 0.82 | 0.31 | 0.09 | 322.5 | 0.81 | 0.54 |
| Hex | E9 | 29 | A1 | 0 | 52 | 1F | 9 | 142 | 51 | 36 |
| Octal | 351 | 51 | 241 | 0 | 122 | 37 | 11 | 502 | 121 | 66 |
| Binary | 11101001 | 101001 | 10100001 | 0 | 1010010 | 11111 | 1001 | 101000010 | 1010001 | 110110 |
Color Harmonies of #E929A1
Complementary color
Monochromatic Colors of #E929A1
Black with #E929A1
Text Example
Text Example
White with #E929A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929A1; }
p { color: rgb(233,41,161); }
H1.HeaderClassName
{
color: #E929A1;
}
.AnyTagClassName
{
color: #E929A1;
}
</style>
background-color css
<style>
a { background-color: #E929A1; }
a { background-color: rgb(233,41,161); }
div.DivClassName
{
background-color: #E929A1;
}
.BgClassName
{
background-color: #E929A1;
}
</style>
border-color css
<style>
span { border-color: #E929A1; }
span { border-color: rgb(233,41,161); }
td.TdClassName
{
border-color: #E929A1;
}
.TagClassName
{
border-color: #E929A1;
}
</style>