Shades of Persian Rose #E922A6
Tints of Persian Rose #E922A6
RGB
CMYK
RGB Variations
Color information
#E922A6 (or 0xE922A6) is known color: Persian Rose. HEX triplet: E9, 22 and A6. RGB value is (233,34,166). Sum of RGB (Red+Green+Blue) = 233+34+166=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E922A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E922A6 is #16DD59. Grayscale: #6C6C6C. Windows color (decimal): -1498458 or 10887913. OLE color: 10887913.
HSL color Cylindrical-coordinate representation of color #E922A6: hue angle of 320.2º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E922A6 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 34 | 166 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.09 |
| HSL | 320.2º | 0.82% | 0.52% | - |
| HSV(B) | 320.2º | 0.85% | 0.91% | - |
| XYZ | 41.06 | 21.22 | 38.01 | - |
| YUV | 108.55 | 160.43 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 34 | 166 | 0 | 0.85 | 0.29 | 0.09 | 320.2 | 0.82 | 0.52 |
| Hex | E9 | 22 | A6 | 0 | 55 | 1D | 9 | 140 | 52 | 34 |
| Octal | 351 | 42 | 246 | 0 | 125 | 35 | 11 | 500 | 122 | 64 |
| Binary | 11101001 | 100010 | 10100110 | 0 | 1010101 | 11101 | 1001 | 101000000 | 1010010 | 110100 |
Color Harmonies of #E922A6
Complementary color
Monochromatic Colors of #E922A6
Black with #E922A6
Text Example
Text Example
White with #E922A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E922A6; }
p { color: rgb(233,34,166); }
H1.HeaderClassName
{
color: #E922A6;
}
.AnyTagClassName
{
color: #E922A6;
}
</style>
background-color css
<style>
a { background-color: #E922A6; }
a { background-color: rgb(233,34,166); }
div.DivClassName
{
background-color: #E922A6;
}
.BgClassName
{
background-color: #E922A6;
}
</style>
border-color css
<style>
span { border-color: #E922A6; }
span { border-color: rgb(233,34,166); }
td.TdClassName
{
border-color: #E922A6;
}
.TagClassName
{
border-color: #E922A6;
}
</style>