Shades of Valencia #E04E49
Tints of Valencia #E04E49
RGB
CMYK
RGB Variations
Color information
#E04E49 (or 0xE04E49) is known color: Valencia. HEX triplet: E0, 4E and 49. RGB value is (224,78,73). Sum of RGB (Red+Green+Blue) = 224+78+73=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E49 is #1FB1B6. Grayscale: #797979. Windows color (decimal): -2077111 or 4804320. OLE color: 4804320.
HSL color Cylindrical-coordinate representation of color #E04E49: hue angle of 1.99º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04E49 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 73 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.12 |
| HSL | 1.99º | 0.71% | 0.58% | - |
| HSV(B) | 1.99º | 0.67% | 0.88% | - |
| XYZ | 34.67 | 21.78 | 8.68 | - |
| YUV | 121.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 73 | 0 | 0.65 | 0.67 | 0.12 | 1.99 | 0.71 | 0.58 |
| Hex | E0 | 4E | 49 | 0 | 41 | 43 | C | 2 | 47 | 3A |
| Octal | 340 | 116 | 111 | 0 | 101 | 103 | 14 | 2 | 107 | 72 |
| Binary | 11100000 | 1001110 | 1001001 | 0 | 1000001 | 1000011 | 1100 | 10 | 1000111 | 111010 |
Color Harmonies of #E04E49
Complementary color
Monochromatic Colors of #E04E49
Black with #E04E49
Text Example
Text Example
White with #E04E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E49; }
p { color: rgb(224,78,73); }
H1.HeaderClassName
{
color: #E04E49;
}
.AnyTagClassName
{
color: #E04E49;
}
</style>
background-color css
<style>
a { background-color: #E04E49; }
a { background-color: rgb(224,78,73); }
div.DivClassName
{
background-color: #E04E49;
}
.BgClassName
{
background-color: #E04E49;
}
</style>
border-color css
<style>
span { border-color: #E04E49; }
span { border-color: rgb(224,78,73); }
td.TdClassName
{
border-color: #E04E49;
}
.TagClassName
{
border-color: #E04E49;
}
</style>