Shades of French Rose #E24C94
Tints of French Rose #E24C94
RGB
CMYK
RGB Variations
Color information
#E24C94 (or 0xE24C94) is known color: French Rose. HEX triplet: E2, 4C and 94. RGB value is (226,76,148). Sum of RGB (Red+Green+Blue) = 226+76+148=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24C94 is #1DB36B. Grayscale: #808080. Windows color (decimal): -1946476 or 9719010. OLE color: 9719010.
HSL color Cylindrical-coordinate representation of color #E24C94: hue angle of 331.2º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24C94 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 148 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.11 |
| HSL | 331.2º | 0.72% | 0.59% | - |
| HSV(B) | 331.2º | 0.66% | 0.89% | - |
| XYZ | 39.29 | 23.48 | 30.48 | - |
| YUV | 129.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 148 | 0 | 0.66 | 0.35 | 0.11 | 331.2 | 0.72 | 0.59 |
| Hex | E2 | 4C | 94 | 0 | 42 | 23 | B | 14B | 48 | 3B |
| Octal | 342 | 114 | 224 | 0 | 102 | 43 | 13 | 513 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10010100 | 0 | 1000010 | 100011 | 1011 | 101001011 | 1001000 | 111011 |
Color Harmonies of #E24C94
Complementary color
Monochromatic Colors of #E24C94
Black with #E24C94
Text Example
Text Example
White with #E24C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C94; }
p { color: rgb(226,76,148); }
H1.HeaderClassName
{
color: #E24C94;
}
.AnyTagClassName
{
color: #E24C94;
}
</style>
background-color css
<style>
a { background-color: #E24C94; }
a { background-color: rgb(226,76,148); }
div.DivClassName
{
background-color: #E24C94;
}
.BgClassName
{
background-color: #E24C94;
}
</style>
border-color css
<style>
span { border-color: #E24C94; }
span { border-color: rgb(226,76,148); }
td.TdClassName
{
border-color: #E24C94;
}
.TagClassName
{
border-color: #E24C94;
}
</style>