Shades of Valencia #E0514A
Tints of Valencia #E0514A
RGB
CMYK
RGB Variations
Color information
#E0514A (or 0xE0514A) is known color: Valencia. HEX triplet: E0, 51 and 4A. RGB value is (224,81,74). Sum of RGB (Red+Green+Blue) = 224+81+74=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E0514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0514A is #1FAEB5. Grayscale: #7B7B7B. Windows color (decimal): -2076342 or 4870624. OLE color: 4870624.
HSL color Cylindrical-coordinate representation of color #E0514A: hue angle of 2.8º 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 #E0514A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 74 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.12 |
| HSL | 2.8º | 0.71% | 0.58% | - |
| HSV(B) | 2.8º | 0.67% | 0.88% | - |
| XYZ | 34.92 | 22.23 | 8.93 | - |
| YUV | 122.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 74 | 0 | 0.64 | 0.67 | 0.12 | 2.8 | 0.71 | 0.58 |
| Hex | E0 | 51 | 4A | 0 | 40 | 43 | C | 3 | 47 | 3A |
| Octal | 340 | 121 | 112 | 0 | 100 | 103 | 14 | 3 | 107 | 72 |
| Binary | 11100000 | 1010001 | 1001010 | 0 | 1000000 | 1000011 | 1100 | 11 | 1000111 | 111010 |
Color Harmonies of #E0514A
Complementary color
Monochromatic Colors of #E0514A
Black with #E0514A
Text Example
Text Example
White with #E0514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0514A; }
p { color: rgb(224,81,74); }
H1.HeaderClassName
{
color: #E0514A;
}
.AnyTagClassName
{
color: #E0514A;
}
</style>
background-color css
<style>
a { background-color: #E0514A; }
a { background-color: rgb(224,81,74); }
div.DivClassName
{
background-color: #E0514A;
}
.BgClassName
{
background-color: #E0514A;
}
</style>
border-color css
<style>
span { border-color: #E0514A; }
span { border-color: rgb(224,81,74); }
td.TdClassName
{
border-color: #E0514A;
}
.TagClassName
{
border-color: #E0514A;
}
</style>