Shades of Persian Rose #E3279F
Tints of Persian Rose #E3279F
RGB
CMYK
RGB Variations
Color information
#E3279F (or 0xE3279F) is known color: Persian Rose. HEX triplet: E3, 27 and 9F. RGB value is (227,39,159). Sum of RGB (Red+Green+Blue) = 227+39+159=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E3279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3279F is #1CD860. Grayscale: #6C6C6C. Windows color (decimal): -1890401 or 10430435. OLE color: 10430435.
HSL color Cylindrical-coordinate representation of color #E3279F: hue angle of 321.7º degrees, saturation: 0.77, 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 #E3279F is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 159 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.11 |
| HSL | 321.7º | 0.77% | 0.52% | - |
| HSV(B) | 321.7º | 0.83% | 0.89% | - |
| XYZ | 38.66 | 20.29 | 34.68 | - |
| YUV | 108.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 159 | 0 | 0.83 | 0.30 | 0.11 | 321.7 | 0.77 | 0.52 |
| Hex | E3 | 27 | 9F | 0 | 53 | 1E | B | 142 | 4D | 34 |
| Octal | 343 | 47 | 237 | 0 | 123 | 36 | 13 | 502 | 115 | 64 |
| Binary | 11100011 | 100111 | 10011111 | 0 | 1010011 | 11110 | 1011 | 101000010 | 1001101 | 110100 |
Color Harmonies of #E3279F
Complementary color
Monochromatic Colors of #E3279F
Black with #E3279F
Text Example
Text Example
White with #E3279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3279F; }
p { color: rgb(227,39,159); }
H1.HeaderClassName
{
color: #E3279F;
}
.AnyTagClassName
{
color: #E3279F;
}
</style>
background-color css
<style>
a { background-color: #E3279F; }
a { background-color: rgb(227,39,159); }
div.DivClassName
{
background-color: #E3279F;
}
.BgClassName
{
background-color: #E3279F;
}
</style>
border-color css
<style>
span { border-color: #E3279F; }
span { border-color: rgb(227,39,159); }
td.TdClassName
{
border-color: #E3279F;
}
.TagClassName
{
border-color: #E3279F;
}
</style>