Shades of Valencia #E04D49
Tints of Valencia #E04D49
RGB
CMYK
RGB Variations
Color information
#E04D49 (or 0xE04D49) is known color: Valencia. HEX triplet: E0, 4D and 49. RGB value is (224,77,73). Sum of RGB (Red+Green+Blue) = 224+77+73=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D49 is #1FB2B6. Grayscale: #787878. Windows color (decimal): -2077367 or 4804064. OLE color: 4804064.
HSL color Cylindrical-coordinate representation of color #E04D49: hue angle of 1.59º 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 #E04D49 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 73 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.12 |
| HSL | 1.59º | 0.71% | 0.58% | - |
| HSV(B) | 1.59º | 0.67% | 0.88% | - |
| XYZ | 34.6 | 21.64 | 8.66 | - |
| YUV | 120.5 | 101.2 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 73 | 0 | 0.66 | 0.67 | 0.12 | 1.59 | 0.71 | 0.58 |
| Hex | E0 | 4D | 49 | 0 | 42 | 43 | C | 2 | 47 | 3A |
| Octal | 340 | 115 | 111 | 0 | 102 | 103 | 14 | 2 | 107 | 72 |
| Binary | 11100000 | 1001101 | 1001001 | 0 | 1000010 | 1000011 | 1100 | 10 | 1000111 | 111010 |
Color Harmonies of #E04D49
Complementary color
Monochromatic Colors of #E04D49
Black with #E04D49
Text Example
Text Example
White with #E04D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D49; }
p { color: rgb(224,77,73); }
H1.HeaderClassName
{
color: #E04D49;
}
.AnyTagClassName
{
color: #E04D49;
}
</style>
background-color css
<style>
a { background-color: #E04D49; }
a { background-color: rgb(224,77,73); }
div.DivClassName
{
background-color: #E04D49;
}
.BgClassName
{
background-color: #E04D49;
}
</style>
border-color css
<style>
span { border-color: #E04D49; }
span { border-color: rgb(224,77,73); }
td.TdClassName
{
border-color: #E04D49;
}
.TagClassName
{
border-color: #E04D49;
}
</style>