Shades of Valencia #E04947
Tints of Valencia #E04947
RGB
CMYK
RGB Variations
Color information
#E04947 (or 0xE04947) is known color: Valencia. HEX triplet: E0, 49 and 47. RGB value is (224,73,71). Sum of RGB (Red+Green+Blue) = 224+73+71=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E04947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04947 is #1FB6B8. Grayscale: #767676. Windows color (decimal): -2078393 or 4671968. OLE color: 4671968.
HSL color Cylindrical-coordinate representation of color #E04947: hue angle of 0.78º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E04947 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 71 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.12 |
| HSL | 0.78º | 0.71% | 0.58% | - |
| HSV(B) | 0.78º | 0.68% | 0.88% | - |
| XYZ | 34.26 | 21.07 | 8.22 | - |
| YUV | 117.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 71 | 0 | 0.67 | 0.68 | 0.12 | 0.78 | 0.71 | 0.58 |
| Hex | E0 | 49 | 47 | 0 | 43 | 44 | C | 1 | 47 | 3A |
| Octal | 340 | 111 | 107 | 0 | 103 | 104 | 14 | 1 | 107 | 72 |
| Binary | 11100000 | 1001001 | 1000111 | 0 | 1000011 | 1000100 | 1100 | 1 | 1000111 | 111010 |
Color Harmonies of #E04947
Complementary color
Monochromatic Colors of #E04947
Black with #E04947
Text Example
Text Example
White with #E04947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04947; }
p { color: rgb(224,73,71); }
H1.HeaderClassName
{
color: #E04947;
}
.AnyTagClassName
{
color: #E04947;
}
</style>
background-color css
<style>
a { background-color: #E04947; }
a { background-color: rgb(224,73,71); }
div.DivClassName
{
background-color: #E04947;
}
.BgClassName
{
background-color: #E04947;
}
</style>
border-color css
<style>
span { border-color: #E04947; }
span { border-color: rgb(224,73,71); }
td.TdClassName
{
border-color: #E04947;
}
.TagClassName
{
border-color: #E04947;
}
</style>