Shades of Valencia #E24D49
Tints of Valencia #E24D49
RGB
CMYK
RGB Variations
Color information
#E24D49 (or 0xE24D49) is known color: Valencia. HEX triplet: E2, 4D and 49. RGB value is (226,77,73). Sum of RGB (Red+Green+Blue) = 226+77+73=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E24D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24D49 is #1DB2B6. Grayscale: #797979. Windows color (decimal): -1946295 or 4804066. OLE color: 4804066.
HSL color Cylindrical-coordinate representation of color #E24D49: hue angle of 1.57º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24D49 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 73 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.11 |
| HSL | 1.57º | 0.73% | 0.59% | - |
| HSV(B) | 1.57º | 0.68% | 0.89% | - |
| XYZ | 35.22 | 21.96 | 8.69 | - |
| YUV | 121.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 73 | 0 | 0.66 | 0.68 | 0.11 | 1.57 | 0.73 | 0.59 |
| Hex | E2 | 4D | 49 | 0 | 42 | 44 | B | 2 | 49 | 3B |
| Octal | 342 | 115 | 111 | 0 | 102 | 104 | 13 | 2 | 111 | 73 |
| Binary | 11100010 | 1001101 | 1001001 | 0 | 1000010 | 1000100 | 1011 | 10 | 1001001 | 111011 |
Color Harmonies of #E24D49
Complementary color
Monochromatic Colors of #E24D49
Black with #E24D49
Text Example
Text Example
White with #E24D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24D49; }
p { color: rgb(226,77,73); }
H1.HeaderClassName
{
color: #E24D49;
}
.AnyTagClassName
{
color: #E24D49;
}
</style>
background-color css
<style>
a { background-color: #E24D49; }
a { background-color: rgb(226,77,73); }
div.DivClassName
{
background-color: #E24D49;
}
.BgClassName
{
background-color: #E24D49;
}
</style>
border-color css
<style>
span { border-color: #E24D49; }
span { border-color: rgb(226,77,73); }
td.TdClassName
{
border-color: #E24D49;
}
.TagClassName
{
border-color: #E24D49;
}
</style>