Shades of French Rose #E3468C
Tints of French Rose #E3468C
RGB
CMYK
RGB Variations
Color information
#E3468C (or 0xE3468C) is known color: French Rose. HEX triplet: E3, 46 and 8C. RGB value is (227,70,140). Sum of RGB (Red+Green+Blue) = 227+70+140=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3468C is #1CB973. Grayscale: #7C7C7C. Windows color (decimal): -1882484 or 9193187. OLE color: 9193187.
HSL color Cylindrical-coordinate representation of color #E3468C: hue angle of 333.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E3468C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 70 | 140 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.11 |
| HSL | 333.25º | 0.74% | 0.58% | - |
| HSV(B) | 333.25º | 0.69% | 0.89% | - |
| XYZ | 38.6 | 22.6 | 27.14 | - |
| YUV | 124.92 | 136.51 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 70 | 140 | 0 | 0.69 | 0.38 | 0.11 | 333.25 | 0.74 | 0.58 |
| Hex | E3 | 46 | 8C | 0 | 45 | 26 | B | 14D | 4A | 3A |
| Octal | 343 | 106 | 214 | 0 | 105 | 46 | 13 | 515 | 112 | 72 |
| Binary | 11100011 | 1000110 | 10001100 | 0 | 1000101 | 100110 | 1011 | 101001101 | 1001010 | 111010 |
Color Harmonies of #E3468C
Complementary color
Monochromatic Colors of #E3468C
Black with #E3468C
Text Example
Text Example
White with #E3468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3468C; }
p { color: rgb(227,70,140); }
H1.HeaderClassName
{
color: #E3468C;
}
.AnyTagClassName
{
color: #E3468C;
}
</style>
background-color css
<style>
a { background-color: #E3468C; }
a { background-color: rgb(227,70,140); }
div.DivClassName
{
background-color: #E3468C;
}
.BgClassName
{
background-color: #E3468C;
}
</style>
border-color css
<style>
span { border-color: #E3468C; }
span { border-color: rgb(227,70,140); }
td.TdClassName
{
border-color: #E3468C;
}
.TagClassName
{
border-color: #E3468C;
}
</style>