Shades of Valencia #E24F49
Tints of Valencia #E24F49
RGB
CMYK
RGB Variations
Color information
#E24F49 (or 0xE24F49) is known color: Valencia. HEX triplet: E2, 4F and 49. RGB value is (226,79,73). Sum of RGB (Red+Green+Blue) = 226+79+73=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24F49 is #1DB0B6. Grayscale: #7A7A7A. Windows color (decimal): -1945783 or 4804578. OLE color: 4804578.
HSL color Cylindrical-coordinate representation of color #E24F49: hue angle of 2.35º 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 #E24F49 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 73 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.11 |
| HSL | 2.35º | 0.73% | 0.59% | - |
| HSV(B) | 2.35º | 0.68% | 0.89% | - |
| XYZ | 35.36 | 22.24 | 8.73 | - |
| YUV | 122.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 73 | 0 | 0.65 | 0.68 | 0.11 | 2.35 | 0.73 | 0.59 |
| Hex | E2 | 4F | 49 | 0 | 41 | 44 | B | 2 | 49 | 3B |
| Octal | 342 | 117 | 111 | 0 | 101 | 104 | 13 | 2 | 111 | 73 |
| Binary | 11100010 | 1001111 | 1001001 | 0 | 1000001 | 1000100 | 1011 | 10 | 1001001 | 111011 |
Color Harmonies of #E24F49
Complementary color
Monochromatic Colors of #E24F49
Black with #E24F49
Text Example
Text Example
White with #E24F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F49; }
p { color: rgb(226,79,73); }
H1.HeaderClassName
{
color: #E24F49;
}
.AnyTagClassName
{
color: #E24F49;
}
</style>
background-color css
<style>
a { background-color: #E24F49; }
a { background-color: rgb(226,79,73); }
div.DivClassName
{
background-color: #E24F49;
}
.BgClassName
{
background-color: #E24F49;
}
</style>
border-color css
<style>
span { border-color: #E24F49; }
span { border-color: rgb(226,79,73); }
td.TdClassName
{
border-color: #E24F49;
}
.TagClassName
{
border-color: #E24F49;
}
</style>