Shades of Persian Rose #E229A0
Tints of Persian Rose #E229A0
RGB
CMYK
RGB Variations
Color information
#E229A0 (or 0xE229A0) is known color: Persian Rose. HEX triplet: E2, 29 and A0. RGB value is (226,41,160). Sum of RGB (Red+Green+Blue) = 226+41+160=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E229A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E229A0 is #1DD65F. Grayscale: #6D6D6D. Windows color (decimal): -1955424 or 10496482. OLE color: 10496482.
HSL color Cylindrical-coordinate representation of color #E229A0: hue angle of 321.41º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229A0 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 160 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.11 |
| HSL | 321.41º | 0.76% | 0.52% | - |
| HSV(B) | 321.41º | 0.82% | 0.89% | - |
| XYZ | 38.5 | 20.29 | 35.15 | - |
| YUV | 109.88 | 156.29 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 160 | 0 | 0.82 | 0.29 | 0.11 | 321.41 | 0.76 | 0.52 |
| Hex | E2 | 29 | A0 | 0 | 52 | 1D | B | 141 | 4C | 34 |
| Octal | 342 | 51 | 240 | 0 | 122 | 35 | 13 | 501 | 114 | 64 |
| Binary | 11100010 | 101001 | 10100000 | 0 | 1010010 | 11101 | 1011 | 101000001 | 1001100 | 110100 |
Color Harmonies of #E229A0
Complementary color
Monochromatic Colors of #E229A0
Black with #E229A0
Text Example
Text Example
White with #E229A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229A0; }
p { color: rgb(226,41,160); }
H1.HeaderClassName
{
color: #E229A0;
}
.AnyTagClassName
{
color: #E229A0;
}
</style>
background-color css
<style>
a { background-color: #E229A0; }
a { background-color: rgb(226,41,160); }
div.DivClassName
{
background-color: #E229A0;
}
.BgClassName
{
background-color: #E229A0;
}
</style>
border-color css
<style>
span { border-color: #E229A0; }
span { border-color: rgb(226,41,160); }
td.TdClassName
{
border-color: #E229A0;
}
.TagClassName
{
border-color: #E229A0;
}
</style>