Shades of French Rose #E54F98
Tints of French Rose #E54F98
RGB
CMYK
RGB Variations
Color information
#E54F98 (or 0xE54F98) is known color: French Rose. HEX triplet: E5, 4F and 98. RGB value is (229,79,152). Sum of RGB (Red+Green+Blue) = 229+79+152=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 79 (31.25% from 255 or 17.17% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54F98 is #1AB067. Grayscale: #848484. Windows color (decimal): -1749096 or 9981925. OLE color: 9981925.
HSL color Cylindrical-coordinate representation of color #E54F98: hue angle of 330.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54F98 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 152 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.10 |
| HSL | 330.8º | 0.74% | 0.6% | - |
| HSV(B) | 330.8º | 0.66% | 0.9% | - |
| XYZ | 40.78 | 24.52 | 32.29 | - |
| YUV | 132.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 152 | 0 | 0.66 | 0.34 | 0.10 | 330.8 | 0.74 | 0.6 |
| Hex | E5 | 4F | 98 | 0 | 42 | 22 | A | 14B | 4A | 3C |
| Octal | 345 | 117 | 230 | 0 | 102 | 42 | 12 | 513 | 112 | 74 |
| Binary | 11100101 | 1001111 | 10011000 | 0 | 1000010 | 100010 | 1010 | 101001011 | 1001010 | 111100 |
Color Harmonies of #E54F98
Complementary color
Monochromatic Colors of #E54F98
Black with #E54F98
Text Example
Text Example
White with #E54F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F98; }
p { color: rgb(229,79,152); }
H1.HeaderClassName
{
color: #E54F98;
}
.AnyTagClassName
{
color: #E54F98;
}
</style>
background-color css
<style>
a { background-color: #E54F98; }
a { background-color: rgb(229,79,152); }
div.DivClassName
{
background-color: #E54F98;
}
.BgClassName
{
background-color: #E54F98;
}
</style>
border-color css
<style>
span { border-color: #E54F98; }
span { border-color: rgb(229,79,152); }
td.TdClassName
{
border-color: #E54F98;
}
.TagClassName
{
border-color: #E54F98;
}
</style>