Shades of French Rose #E1499B
Tints of French Rose #E1499B
RGB
CMYK
RGB Variations
Color information
#E1499B (or 0xE1499B) is known color: French Rose. HEX triplet: E1, 49 and 9B. RGB value is (225,73,155). Sum of RGB (Red+Green+Blue) = 225+73+155=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 73 (28.91% from 255 or 16.11% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1499B is #1EB664. Grayscale: #7F7F7F. Windows color (decimal): -2012773 or 10176993. OLE color: 10176993.
HSL color Cylindrical-coordinate representation of color #E1499B: hue angle of 327.63º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1499B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 155 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.12 |
| HSL | 327.63º | 0.72% | 0.58% | - |
| HSV(B) | 327.63º | 0.68% | 0.88% | - |
| XYZ | 39.35 | 23.14 | 33.4 | - |
| YUV | 127.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 155 | 0 | 0.68 | 0.31 | 0.12 | 327.63 | 0.72 | 0.58 |
| Hex | E1 | 49 | 9B | 0 | 44 | 1F | C | 148 | 48 | 3A |
| Octal | 341 | 111 | 233 | 0 | 104 | 37 | 14 | 510 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10011011 | 0 | 1000100 | 11111 | 1100 | 101001000 | 1001000 | 111010 |
Color Harmonies of #E1499B
Complementary color
Monochromatic Colors of #E1499B
Black with #E1499B
Text Example
Text Example
White with #E1499B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1499B; }
p { color: rgb(225,73,155); }
H1.HeaderClassName
{
color: #E1499B;
}
.AnyTagClassName
{
color: #E1499B;
}
</style>
background-color css
<style>
a { background-color: #E1499B; }
a { background-color: rgb(225,73,155); }
div.DivClassName
{
background-color: #E1499B;
}
.BgClassName
{
background-color: #E1499B;
}
</style>
border-color css
<style>
span { border-color: #E1499B; }
span { border-color: rgb(225,73,155); }
td.TdClassName
{
border-color: #E1499B;
}
.TagClassName
{
border-color: #E1499B;
}
</style>