Shades of French Rose #E3468B
Tints of French Rose #E3468B
RGB
CMYK
RGB Variations
Color information
#E3468B (or 0xE3468B) is known color: French Rose. HEX triplet: E3, 46 and 8B. RGB value is (227,70,139). Sum of RGB (Red+Green+Blue) = 227+70+139=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3468B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3468B is #1CB974. Grayscale: #7C7C7C. Windows color (decimal): -1882485 or 9127651. OLE color: 9127651.
HSL color Cylindrical-coordinate representation of color #E3468B: hue angle of 333.63º 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 #E3468B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 70 | 139 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.11 |
| HSL | 333.63º | 0.74% | 0.58% | - |
| HSV(B) | 333.63º | 0.69% | 0.89% | - |
| XYZ | 38.53 | 22.58 | 26.75 | - |
| YUV | 124.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 70 | 139 | 0 | 0.69 | 0.39 | 0.11 | 333.63 | 0.74 | 0.58 |
| Hex | E3 | 46 | 8B | 0 | 45 | 27 | B | 14E | 4A | 3A |
| Octal | 343 | 106 | 213 | 0 | 105 | 47 | 13 | 516 | 112 | 72 |
| Binary | 11100011 | 1000110 | 10001011 | 0 | 1000101 | 100111 | 1011 | 101001110 | 1001010 | 111010 |
Color Harmonies of #E3468B
Complementary color
Monochromatic Colors of #E3468B
Black with #E3468B
Text Example
Text Example
White with #E3468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3468B; }
p { color: rgb(227,70,139); }
H1.HeaderClassName
{
color: #E3468B;
}
.AnyTagClassName
{
color: #E3468B;
}
</style>
background-color css
<style>
a { background-color: #E3468B; }
a { background-color: rgb(227,70,139); }
div.DivClassName
{
background-color: #E3468B;
}
.BgClassName
{
background-color: #E3468B;
}
</style>
border-color css
<style>
span { border-color: #E3468B; }
span { border-color: rgb(227,70,139); }
td.TdClassName
{
border-color: #E3468B;
}
.TagClassName
{
border-color: #E3468B;
}
</style>