Shades of Persian Rose #E2289F
Tints of Persian Rose #E2289F
RGB
CMYK
RGB Variations
Color information
#E2289F (or 0xE2289F) is known color: Persian Rose. HEX triplet: E2, 28 and 9F. RGB value is (226,40,159). Sum of RGB (Red+Green+Blue) = 226+40+159=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2289F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2289F is #1DD760. Grayscale: #6C6C6C. Windows color (decimal): -1955681 or 10430690. OLE color: 10430690.
HSL color Cylindrical-coordinate representation of color #E2289F: hue angle of 321.61º 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 #E2289F is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 159 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.11 |
| HSL | 321.61º | 0.76% | 0.52% | - |
| HSV(B) | 321.61º | 0.82% | 0.89% | - |
| XYZ | 38.38 | 20.19 | 34.67 | - |
| YUV | 109.18 | 156.12 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 159 | 0 | 0.82 | 0.30 | 0.11 | 321.61 | 0.76 | 0.52 |
| Hex | E2 | 28 | 9F | 0 | 52 | 1E | B | 142 | 4C | 34 |
| Octal | 342 | 50 | 237 | 0 | 122 | 36 | 13 | 502 | 114 | 64 |
| Binary | 11100010 | 101000 | 10011111 | 0 | 1010010 | 11110 | 1011 | 101000010 | 1001100 | 110100 |
Color Harmonies of #E2289F
Complementary color
Monochromatic Colors of #E2289F
Black with #E2289F
Text Example
Text Example
White with #E2289F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2289F; }
p { color: rgb(226,40,159); }
H1.HeaderClassName
{
color: #E2289F;
}
.AnyTagClassName
{
color: #E2289F;
}
</style>
background-color css
<style>
a { background-color: #E2289F; }
a { background-color: rgb(226,40,159); }
div.DivClassName
{
background-color: #E2289F;
}
.BgClassName
{
background-color: #E2289F;
}
</style>
border-color css
<style>
span { border-color: #E2289F; }
span { border-color: rgb(226,40,159); }
td.TdClassName
{
border-color: #E2289F;
}
.TagClassName
{
border-color: #E2289F;
}
</style>