Shades of Persian Rose #E3269F
Tints of Persian Rose #E3269F
RGB
CMYK
RGB Variations
Color information
#E3269F (or 0xE3269F) is known color: Persian Rose. HEX triplet: E3, 26 and 9F. RGB value is (227,38,159). Sum of RGB (Red+Green+Blue) = 227+38+159=424 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.54% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 227 - color contains mainly: red. Hex color #E3269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3269F is #1CD960. Grayscale: #6C6C6C. Windows color (decimal): -1890657 or 10430179. OLE color: 10430179.
HSL color Cylindrical-coordinate representation of color #E3269F: hue angle of 321.59º 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 #E3269F is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 159 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.11 |
| HSL | 321.59º | 0.77% | 0.52% | - |
| HSV(B) | 321.59º | 0.83% | 0.89% | - |
| XYZ | 38.63 | 20.22 | 34.67 | - |
| YUV | 108.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 159 | 0 | 0.83 | 0.30 | 0.11 | 321.59 | 0.77 | 0.52 |
| Hex | E3 | 26 | 9F | 0 | 53 | 1E | B | 142 | 4D | 34 |
| Octal | 343 | 46 | 237 | 0 | 123 | 36 | 13 | 502 | 115 | 64 |
| Binary | 11100011 | 100110 | 10011111 | 0 | 1010011 | 11110 | 1011 | 101000010 | 1001101 | 110100 |
Color Harmonies of #E3269F
Complementary color
Monochromatic Colors of #E3269F
Black with #E3269F
Text Example
Text Example
White with #E3269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3269F; }
p { color: rgb(227,38,159); }
H1.HeaderClassName
{
color: #E3269F;
}
.AnyTagClassName
{
color: #E3269F;
}
</style>
background-color css
<style>
a { background-color: #E3269F; }
a { background-color: rgb(227,38,159); }
div.DivClassName
{
background-color: #E3269F;
}
.BgClassName
{
background-color: #E3269F;
}
</style>
border-color css
<style>
span { border-color: #E3269F; }
span { border-color: rgb(227,38,159); }
td.TdClassName
{
border-color: #E3269F;
}
.TagClassName
{
border-color: #E3269F;
}
</style>