Shades of French Rose #E3458C
Tints of French Rose #E3458C
RGB
CMYK
RGB Variations
Color information
#E3458C (or 0xE3458C) is known color: French Rose. HEX triplet: E3, 45 and 8C. RGB value is (227,69,140). Sum of RGB (Red+Green+Blue) = 227+69+140=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3458C is #1CBA73. Grayscale: #7C7C7C. Windows color (decimal): -1882740 or 9192931. OLE color: 9192931.
HSL color Cylindrical-coordinate representation of color #E3458C: hue angle of 333.04º 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 #E3458C is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 69 | 140 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.11 |
| HSL | 333.04º | 0.74% | 0.58% | - |
| HSV(B) | 333.04º | 0.7% | 0.89% | - |
| XYZ | 38.54 | 22.48 | 27.12 | - |
| YUV | 124.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 69 | 140 | 0 | 0.70 | 0.38 | 0.11 | 333.04 | 0.74 | 0.58 |
| Hex | E3 | 45 | 8C | 0 | 46 | 26 | B | 14D | 4A | 3A |
| Octal | 343 | 105 | 214 | 0 | 106 | 46 | 13 | 515 | 112 | 72 |
| Binary | 11100011 | 1000101 | 10001100 | 0 | 1000110 | 100110 | 1011 | 101001101 | 1001010 | 111010 |
Color Harmonies of #E3458C
Complementary color
Monochromatic Colors of #E3458C
Black with #E3458C
Text Example
Text Example
White with #E3458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3458C; }
p { color: rgb(227,69,140); }
H1.HeaderClassName
{
color: #E3458C;
}
.AnyTagClassName
{
color: #E3458C;
}
</style>
background-color css
<style>
a { background-color: #E3458C; }
a { background-color: rgb(227,69,140); }
div.DivClassName
{
background-color: #E3458C;
}
.BgClassName
{
background-color: #E3458C;
}
</style>
border-color css
<style>
span { border-color: #E3458C; }
span { border-color: rgb(227,69,140); }
td.TdClassName
{
border-color: #E3458C;
}
.TagClassName
{
border-color: #E3458C;
}
</style>