Shades of Persian Rose #E2279F
Tints of Persian Rose #E2279F
RGB
CMYK
RGB Variations
Color information
#E2279F (or 0xE2279F) is known color: Persian Rose. HEX triplet: E2, 27 and 9F. RGB value is (226,39,159). Sum of RGB (Red+Green+Blue) = 226+39+159=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E2279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E2279F is #1DD860. Grayscale: #6C6C6C. Windows color (decimal): -1955937 or 10430434. OLE color: 10430434.
HSL color Cylindrical-coordinate representation of color #E2279F: hue angle of 321.5º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2279F is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 39 | 159 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.11 |
| HSL | 321.5º | 0.76% | 0.52% | - |
| HSV(B) | 321.5º | 0.83% | 0.89% | - |
| XYZ | 38.35 | 20.12 | 34.66 | - |
| YUV | 108.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 39 | 159 | 0 | 0.83 | 0.30 | 0.11 | 321.5 | 0.76 | 0.52 |
| Hex | E2 | 27 | 9F | 0 | 53 | 1E | B | 141 | 4C | 34 |
| Octal | 342 | 47 | 237 | 0 | 123 | 36 | 13 | 501 | 114 | 64 |
| Binary | 11100010 | 100111 | 10011111 | 0 | 1010011 | 11110 | 1011 | 101000001 | 1001100 | 110100 |
Color Harmonies of #E2279F
Complementary color
Monochromatic Colors of #E2279F
Black with #E2279F
Text Example
Text Example
White with #E2279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2279F; }
p { color: rgb(226,39,159); }
H1.HeaderClassName
{
color: #E2279F;
}
.AnyTagClassName
{
color: #E2279F;
}
</style>
background-color css
<style>
a { background-color: #E2279F; }
a { background-color: rgb(226,39,159); }
div.DivClassName
{
background-color: #E2279F;
}
.BgClassName
{
background-color: #E2279F;
}
</style>
border-color css
<style>
span { border-color: #E2279F; }
span { border-color: rgb(226,39,159); }
td.TdClassName
{
border-color: #E2279F;
}
.TagClassName
{
border-color: #E2279F;
}
</style>