Shades of French Rose #E24F98
Tints of French Rose #E24F98
RGB
CMYK
RGB Variations
Color information
#E24F98 (or 0xE24F98) is known color: French Rose. HEX triplet: E2, 4F and 98. RGB value is (226,79,152). Sum of RGB (Red+Green+Blue) = 226+79+152=457 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.45% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24F98 is #1DB067. Grayscale: #838383. Windows color (decimal): -1945704 or 9981922. OLE color: 9981922.
HSL color Cylindrical-coordinate representation of color #E24F98: hue angle of 330.2º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24F98 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 152 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.11 |
| HSL | 330.2º | 0.72% | 0.6% | - |
| HSV(B) | 330.2º | 0.65% | 0.89% | - |
| XYZ | 39.83 | 24.03 | 32.24 | - |
| YUV | 131.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 152 | 0 | 0.65 | 0.33 | 0.11 | 330.2 | 0.72 | 0.6 |
| Hex | E2 | 4F | 98 | 0 | 41 | 21 | B | 14A | 48 | 3C |
| Octal | 342 | 117 | 230 | 0 | 101 | 41 | 13 | 512 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10011000 | 0 | 1000001 | 100001 | 1011 | 101001010 | 1001000 | 111100 |
Color Harmonies of #E24F98
Complementary color
Monochromatic Colors of #E24F98
Black with #E24F98
Text Example
Text Example
White with #E24F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F98; }
p { color: rgb(226,79,152); }
H1.HeaderClassName
{
color: #E24F98;
}
.AnyTagClassName
{
color: #E24F98;
}
</style>
background-color css
<style>
a { background-color: #E24F98; }
a { background-color: rgb(226,79,152); }
div.DivClassName
{
background-color: #E24F98;
}
.BgClassName
{
background-color: #E24F98;
}
</style>
border-color css
<style>
span { border-color: #E24F98; }
span { border-color: rgb(226,79,152); }
td.TdClassName
{
border-color: #E24F98;
}
.TagClassName
{
border-color: #E24F98;
}
</style>