Shades of French Rose #E6498E
Tints of French Rose #E6498E
RGB
CMYK
RGB Variations
Color information
#E6498E (or 0xE6498E) is known color: French Rose. HEX triplet: E6, 49 and 8E. RGB value is (230,73,142). Sum of RGB (Red+Green+Blue) = 230+73+142=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6498E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6498E is #19B671. Grayscale: #7F7F7F. Windows color (decimal): -1685106 or 9325030. OLE color: 9325030.
HSL color Cylindrical-coordinate representation of color #E6498E: hue angle of 333.63º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6498E is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 142 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.10 |
| HSL | 333.63º | 0.76% | 0.59% | - |
| HSV(B) | 333.63º | 0.68% | 0.9% | - |
| XYZ | 39.9 | 23.54 | 28.03 | - |
| YUV | 127.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 142 | 0 | 0.68 | 0.38 | 0.10 | 333.63 | 0.76 | 0.59 |
| Hex | E6 | 49 | 8E | 0 | 44 | 26 | A | 14E | 4C | 3B |
| Octal | 346 | 111 | 216 | 0 | 104 | 46 | 12 | 516 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10001110 | 0 | 1000100 | 100110 | 1010 | 101001110 | 1001100 | 111011 |
Color Harmonies of #E6498E
Complementary color
Monochromatic Colors of #E6498E
Black with #E6498E
Text Example
Text Example
White with #E6498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6498E; }
p { color: rgb(230,73,142); }
H1.HeaderClassName
{
color: #E6498E;
}
.AnyTagClassName
{
color: #E6498E;
}
</style>
background-color css
<style>
a { background-color: #E6498E; }
a { background-color: rgb(230,73,142); }
div.DivClassName
{
background-color: #E6498E;
}
.BgClassName
{
background-color: #E6498E;
}
</style>
border-color css
<style>
span { border-color: #E6498E; }
span { border-color: rgb(230,73,142); }
td.TdClassName
{
border-color: #E6498E;
}
.TagClassName
{
border-color: #E6498E;
}
</style>