Shades of Valencia #E05144
Tints of Valencia #E05144
RGB
CMYK
RGB Variations
Color information
#E05144 (or 0xE05144) is known color: Valencia. HEX triplet: E0, 51 and 44. RGB value is (224,81,68). Sum of RGB (Red+Green+Blue) = 224+81+68=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E05144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05144 is #1FAEBB. Grayscale: #7A7A7A. Windows color (decimal): -2076348 or 4477408. OLE color: 4477408.
HSL color Cylindrical-coordinate representation of color #E05144: hue angle of 5º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E05144 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 68 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.12 |
| HSL | 5º | 0.72% | 0.57% | - |
| HSV(B) | 5º | 0.7% | 0.88% | - |
| XYZ | 34.73 | 22.15 | 7.91 | - |
| YUV | 122.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 68 | 0 | 0.64 | 0.70 | 0.12 | 5 | 0.72 | 0.57 |
| Hex | E0 | 51 | 44 | 0 | 40 | 46 | C | 5 | 48 | 39 |
| Octal | 340 | 121 | 104 | 0 | 100 | 106 | 14 | 5 | 110 | 71 |
| Binary | 11100000 | 1010001 | 1000100 | 0 | 1000000 | 1000110 | 1100 | 101 | 1001000 | 111001 |
Color Harmonies of #E05144
Complementary color
Monochromatic Colors of #E05144
Black with #E05144
Text Example
Text Example
White with #E05144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05144; }
p { color: rgb(224,81,68); }
H1.HeaderClassName
{
color: #E05144;
}
.AnyTagClassName
{
color: #E05144;
}
</style>
background-color css
<style>
a { background-color: #E05144; }
a { background-color: rgb(224,81,68); }
div.DivClassName
{
background-color: #E05144;
}
.BgClassName
{
background-color: #E05144;
}
</style>
border-color css
<style>
span { border-color: #E05144; }
span { border-color: rgb(224,81,68); }
td.TdClassName
{
border-color: #E05144;
}
.TagClassName
{
border-color: #E05144;
}
</style>