Shades of French Rose #E3488C
Tints of French Rose #E3488C
RGB
CMYK
RGB Variations
Color information
#E3488C (or 0xE3488C) is known color: French Rose. HEX triplet: E3, 48 and 8C. RGB value is (227,72,140). Sum of RGB (Red+Green+Blue) = 227+72+140=439 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.71% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 227 - color contains mainly: red. Hex color #E3488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3488C is #1CB773. Grayscale: #7D7D7D. Windows color (decimal): -1881972 or 9193699. OLE color: 9193699.
HSL color Cylindrical-coordinate representation of color #E3488C: hue angle of 333.68º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E3488C is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 140 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.11 |
| HSL | 333.68º | 0.73% | 0.59% | - |
| HSV(B) | 333.68º | 0.68% | 0.89% | - |
| XYZ | 38.73 | 22.86 | 27.18 | - |
| YUV | 126.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 140 | 0 | 0.68 | 0.38 | 0.11 | 333.68 | 0.73 | 0.59 |
| Hex | E3 | 48 | 8C | 0 | 44 | 26 | B | 14E | 49 | 3B |
| Octal | 343 | 110 | 214 | 0 | 104 | 46 | 13 | 516 | 111 | 73 |
| Binary | 11100011 | 1001000 | 10001100 | 0 | 1000100 | 100110 | 1011 | 101001110 | 1001001 | 111011 |
Color Harmonies of #E3488C
Complementary color
Monochromatic Colors of #E3488C
Black with #E3488C
Text Example
Text Example
White with #E3488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3488C; }
p { color: rgb(227,72,140); }
H1.HeaderClassName
{
color: #E3488C;
}
.AnyTagClassName
{
color: #E3488C;
}
</style>
background-color css
<style>
a { background-color: #E3488C; }
a { background-color: rgb(227,72,140); }
div.DivClassName
{
background-color: #E3488C;
}
.BgClassName
{
background-color: #E3488C;
}
</style>
border-color css
<style>
span { border-color: #E3488C; }
span { border-color: rgb(227,72,140); }
td.TdClassName
{
border-color: #E3488C;
}
.TagClassName
{
border-color: #E3488C;
}
</style>