Shades of French Rose #E3458E
Tints of French Rose #E3458E
RGB
CMYK
RGB Variations
Color information
#E3458E (or 0xE3458E) is known color: French Rose. HEX triplet: E3, 45 and 8E. RGB value is (227,69,142). Sum of RGB (Red+Green+Blue) = 227+69+142=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3458E is #1CBA71. Grayscale: #7C7C7C. Windows color (decimal): -1882738 or 9324003. OLE color: 9324003.
HSL color Cylindrical-coordinate representation of color #E3458E: hue angle of 332.28º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3458E is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 142 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.11 |
| HSL | 332.28º | 0.74% | 0.58% | - |
| HSV(B) | 332.28º | 0.7% | 0.89% | - |
| XYZ | 38.69 | 22.54 | 27.9 | - |
| YUV | 124.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 142 | 0 | 0.70 | 0.37 | 0.11 | 332.28 | 0.74 | 0.58 |
| Hex | E3 | 45 | 8E | 0 | 46 | 25 | B | 14C | 4A | 3A |
| Octal | 343 | 105 | 216 | 0 | 106 | 45 | 13 | 514 | 112 | 72 |
| Binary | 11100011 | 1000101 | 10001110 | 0 | 1000110 | 100101 | 1011 | 101001100 | 1001010 | 111010 |
Color Harmonies of #E3458E
Complementary color
Monochromatic Colors of #E3458E
Black with #E3458E
Text Example
Text Example
White with #E3458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3458E; }
p { color: rgb(227,69,142); }
H1.HeaderClassName
{
color: #E3458E;
}
.AnyTagClassName
{
color: #E3458E;
}
</style>
background-color css
<style>
a { background-color: #E3458E; }
a { background-color: rgb(227,69,142); }
div.DivClassName
{
background-color: #E3458E;
}
.BgClassName
{
background-color: #E3458E;
}
</style>
border-color css
<style>
span { border-color: #E3458E; }
span { border-color: rgb(227,69,142); }
td.TdClassName
{
border-color: #E3458E;
}
.TagClassName
{
border-color: #E3458E;
}
</style>