Shades of French Rose #E5468C
Tints of French Rose #E5468C
RGB
CMYK
RGB Variations
Color information
#E5468C (or 0xE5468C) is known color: French Rose. HEX triplet: E5, 46 and 8C. RGB value is (229,70,140). Sum of RGB (Red+Green+Blue) = 229+70+140=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E5468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5468C is #1AB973. Grayscale: #7D7D7D. Windows color (decimal): -1751412 or 9193189. OLE color: 9193189.
HSL color Cylindrical-coordinate representation of color #E5468C: hue angle of 333.58º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5468C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 70 | 140 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.10 |
| HSL | 333.58º | 0.75% | 0.59% | - |
| HSV(B) | 333.58º | 0.69% | 0.9% | - |
| XYZ | 39.24 | 22.93 | 27.17 | - |
| YUV | 125.52 | 136.18 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 70 | 140 | 0 | 0.69 | 0.39 | 0.10 | 333.58 | 0.75 | 0.59 |
| Hex | E5 | 46 | 8C | 0 | 45 | 27 | A | 14E | 4B | 3B |
| Octal | 345 | 106 | 214 | 0 | 105 | 47 | 12 | 516 | 113 | 73 |
| Binary | 11100101 | 1000110 | 10001100 | 0 | 1000101 | 100111 | 1010 | 101001110 | 1001011 | 111011 |
Color Harmonies of #E5468C
Complementary color
Monochromatic Colors of #E5468C
Black with #E5468C
Text Example
Text Example
White with #E5468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5468C; }
p { color: rgb(229,70,140); }
H1.HeaderClassName
{
color: #E5468C;
}
.AnyTagClassName
{
color: #E5468C;
}
</style>
background-color css
<style>
a { background-color: #E5468C; }
a { background-color: rgb(229,70,140); }
div.DivClassName
{
background-color: #E5468C;
}
.BgClassName
{
background-color: #E5468C;
}
</style>
border-color css
<style>
span { border-color: #E5468C; }
span { border-color: rgb(229,70,140); }
td.TdClassName
{
border-color: #E5468C;
}
.TagClassName
{
border-color: #E5468C;
}
</style>