Shades of French Rose #E6488A
Tints of French Rose #E6488A
RGB
CMYK
RGB Variations
Color information
#E6488A (or 0xE6488A) is known color: French Rose. HEX triplet: E6, 48 and 8A. RGB value is (230,72,138). Sum of RGB (Red+Green+Blue) = 230+72+138=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E6488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6488A is #19B775. Grayscale: #7E7E7E. Windows color (decimal): -1685366 or 9062630. OLE color: 9062630.
HSL color Cylindrical-coordinate representation of color #E6488A: hue angle of 334.94º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6488A is Cyan = 0, Magento = 0.69, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 138 | - |
| CMYK | 0 | 0.69 | 0.4 | 0.10 |
| HSL | 334.94º | 0.76% | 0.59% | - |
| HSV(B) | 334.94º | 0.69% | 0.9% | - |
| XYZ | 39.54 | 23.29 | 26.46 | - |
| YUV | 126.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 138 | 0 | 0.69 | 0.4 | 0.10 | 334.94 | 0.76 | 0.59 |
| Hex | E6 | 48 | 8A | 0 | 45 | 28 | A | 14F | 4C | 3B |
| Octal | 346 | 110 | 212 | 0 | 105 | 50 | 12 | 517 | 114 | 73 |
| Binary | 11100110 | 1001000 | 10001010 | 0 | 1000101 | 101000 | 1010 | 101001111 | 1001100 | 111011 |
Color Harmonies of #E6488A
Complementary color
Monochromatic Colors of #E6488A
Black with #E6488A
Text Example
Text Example
White with #E6488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6488A; }
p { color: rgb(230,72,138); }
H1.HeaderClassName
{
color: #E6488A;
}
.AnyTagClassName
{
color: #E6488A;
}
</style>
background-color css
<style>
a { background-color: #E6488A; }
a { background-color: rgb(230,72,138); }
div.DivClassName
{
background-color: #E6488A;
}
.BgClassName
{
background-color: #E6488A;
}
</style>
border-color css
<style>
span { border-color: #E6488A; }
span { border-color: rgb(230,72,138); }
td.TdClassName
{
border-color: #E6488A;
}
.TagClassName
{
border-color: #E6488A;
}
</style>