Shades of French Rose #E24A9A
Tints of French Rose #E24A9A
RGB
CMYK
RGB Variations
Color information
#E24A9A (or 0xE24A9A) is known color: French Rose. HEX triplet: E2, 4A and 9A. RGB value is (226,74,154). Sum of RGB (Red+Green+Blue) = 226+74+154=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24A9A is #1DB565. Grayscale: #808080. Windows color (decimal): -1946982 or 10111714. OLE color: 10111714.
HSL color Cylindrical-coordinate representation of color #E24A9A: hue angle of 328.42º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24A9A is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 74 | 154 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.11 |
| HSL | 328.42º | 0.72% | 0.59% | - |
| HSV(B) | 328.42º | 0.67% | 0.89% | - |
| XYZ | 39.65 | 23.4 | 33 | - |
| YUV | 128.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 74 | 154 | 0 | 0.67 | 0.32 | 0.11 | 328.42 | 0.72 | 0.59 |
| Hex | E2 | 4A | 9A | 0 | 43 | 20 | B | 148 | 48 | 3B |
| Octal | 342 | 112 | 232 | 0 | 103 | 40 | 13 | 510 | 110 | 73 |
| Binary | 11100010 | 1001010 | 10011010 | 0 | 1000011 | 100000 | 1011 | 101001000 | 1001000 | 111011 |
Color Harmonies of #E24A9A
Complementary color
Monochromatic Colors of #E24A9A
Black with #E24A9A
Text Example
Text Example
White with #E24A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24A9A; }
p { color: rgb(226,74,154); }
H1.HeaderClassName
{
color: #E24A9A;
}
.AnyTagClassName
{
color: #E24A9A;
}
</style>
background-color css
<style>
a { background-color: #E24A9A; }
a { background-color: rgb(226,74,154); }
div.DivClassName
{
background-color: #E24A9A;
}
.BgClassName
{
background-color: #E24A9A;
}
</style>
border-color css
<style>
span { border-color: #E24A9A; }
span { border-color: rgb(226,74,154); }
td.TdClassName
{
border-color: #E24A9A;
}
.TagClassName
{
border-color: #E24A9A;
}
</style>