Shades of French Rose #E24C9A
Tints of French Rose #E24C9A
RGB
CMYK
RGB Variations
Color information
#E24C9A (or 0xE24C9A) is known color: French Rose. HEX triplet: E2, 4C and 9A. RGB value is (226,76,154). Sum of RGB (Red+Green+Blue) = 226+76+154=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24C9A is #1DB365. Grayscale: #818181. Windows color (decimal): -1946470 or 10112226. OLE color: 10112226.
HSL color Cylindrical-coordinate representation of color #E24C9A: hue angle of 328.8º 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 #E24C9A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 154 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.11 |
| HSL | 328.8º | 0.72% | 0.59% | - |
| HSV(B) | 328.8º | 0.66% | 0.89% | - |
| XYZ | 39.78 | 23.67 | 33.04 | - |
| YUV | 129.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 154 | 0 | 0.66 | 0.32 | 0.11 | 328.8 | 0.72 | 0.59 |
| Hex | E2 | 4C | 9A | 0 | 42 | 20 | B | 149 | 48 | 3B |
| Octal | 342 | 114 | 232 | 0 | 102 | 40 | 13 | 511 | 110 | 73 |
| Binary | 11100010 | 1001100 | 10011010 | 0 | 1000010 | 100000 | 1011 | 101001001 | 1001000 | 111011 |
Color Harmonies of #E24C9A
Complementary color
Monochromatic Colors of #E24C9A
Black with #E24C9A
Text Example
Text Example
White with #E24C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C9A; }
p { color: rgb(226,76,154); }
H1.HeaderClassName
{
color: #E24C9A;
}
.AnyTagClassName
{
color: #E24C9A;
}
</style>
background-color css
<style>
a { background-color: #E24C9A; }
a { background-color: rgb(226,76,154); }
div.DivClassName
{
background-color: #E24C9A;
}
.BgClassName
{
background-color: #E24C9A;
}
</style>
border-color css
<style>
span { border-color: #E24C9A; }
span { border-color: rgb(226,76,154); }
td.TdClassName
{
border-color: #E24C9A;
}
.TagClassName
{
border-color: #E24C9A;
}
</style>