Shades of Valencia #E8514A
Tints of Valencia #E8514A
RGB
CMYK
RGB Variations
Color information
#E8514A (or 0xE8514A) is known color: Valencia. HEX triplet: E8, 51 and 4A. RGB value is (232,81,74). Sum of RGB (Red+Green+Blue) = 232+81+74=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E8514A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8514A is #17AEB5. Grayscale: #7D7D7D. Windows color (decimal): -1552054 or 4870632. OLE color: 4870632.
HSL color Cylindrical-coordinate representation of color #E8514A: hue angle of 2.66º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8514A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 74 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.09 |
| HSL | 2.66º | 0.77% | 0.6% | - |
| HSV(B) | 2.66º | 0.68% | 0.91% | - |
| XYZ | 37.46 | 23.54 | 9.05 | - |
| YUV | 125.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 74 | 0 | 0.65 | 0.68 | 0.09 | 2.66 | 0.77 | 0.6 |
| Hex | E8 | 51 | 4A | 0 | 41 | 44 | 9 | 3 | 4D | 3C |
| Octal | 350 | 121 | 112 | 0 | 101 | 104 | 11 | 3 | 115 | 74 |
| Binary | 11101000 | 1010001 | 1001010 | 0 | 1000001 | 1000100 | 1001 | 11 | 1001101 | 111100 |
Color Harmonies of #E8514A
Complementary color
Monochromatic Colors of #E8514A
Black with #E8514A
Text Example
Text Example
White with #E8514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8514A; }
p { color: rgb(232,81,74); }
H1.HeaderClassName
{
color: #E8514A;
}
.AnyTagClassName
{
color: #E8514A;
}
</style>
background-color css
<style>
a { background-color: #E8514A; }
a { background-color: rgb(232,81,74); }
div.DivClassName
{
background-color: #E8514A;
}
.BgClassName
{
background-color: #E8514A;
}
</style>
border-color css
<style>
span { border-color: #E8514A; }
span { border-color: rgb(232,81,74); }
td.TdClassName
{
border-color: #E8514A;
}
.TagClassName
{
border-color: #E8514A;
}
</style>