Shades of French Rose #E6498A
Tints of French Rose #E6498A
RGB
CMYK
RGB Variations
Color information
#E6498A (or 0xE6498A) is known color: French Rose. HEX triplet: E6, 49 and 8A. RGB value is (230,73,138). Sum of RGB (Red+Green+Blue) = 230+73+138=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 73 (28.91% from 255 or 16.55% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6498A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6498A is #19B675. Grayscale: #7F7F7F. Windows color (decimal): -1685110 or 9062886. OLE color: 9062886.
HSL color Cylindrical-coordinate representation of color #E6498A: hue angle of 335.16º 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 #E6498A is Cyan = 0, Magento = 0.68, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 73 | 138 | - |
| CMYK | 0 | 0.68 | 0.4 | 0.10 |
| HSL | 335.16º | 0.76% | 0.59% | - |
| HSV(B) | 335.16º | 0.68% | 0.9% | - |
| XYZ | 39.6 | 23.42 | 26.48 | - |
| YUV | 127.35 | 134.01 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 73 | 138 | 0 | 0.68 | 0.4 | 0.10 | 335.16 | 0.76 | 0.59 |
| Hex | E6 | 49 | 8A | 0 | 44 | 28 | A | 14F | 4C | 3B |
| Octal | 346 | 111 | 212 | 0 | 104 | 50 | 12 | 517 | 114 | 73 |
| Binary | 11100110 | 1001001 | 10001010 | 0 | 1000100 | 101000 | 1010 | 101001111 | 1001100 | 111011 |
Color Harmonies of #E6498A
Complementary color
Monochromatic Colors of #E6498A
Black with #E6498A
Text Example
Text Example
White with #E6498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6498A; }
p { color: rgb(230,73,138); }
H1.HeaderClassName
{
color: #E6498A;
}
.AnyTagClassName
{
color: #E6498A;
}
</style>
background-color css
<style>
a { background-color: #E6498A; }
a { background-color: rgb(230,73,138); }
div.DivClassName
{
background-color: #E6498A;
}
.BgClassName
{
background-color: #E6498A;
}
</style>
border-color css
<style>
span { border-color: #E6498A; }
span { border-color: rgb(230,73,138); }
td.TdClassName
{
border-color: #E6498A;
}
.TagClassName
{
border-color: #E6498A;
}
</style>