Shades of Valencia #E2514E
Tints of Valencia #E2514E
RGB
CMYK
RGB Variations
Color information
#E2514E (or 0xE2514E) is known color: Valencia. HEX triplet: E2, 51 and 4E. RGB value is (226,81,78). Sum of RGB (Red+Green+Blue) = 226+81+78=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2514E is #1DAEB1. Grayscale: #7C7C7C. Windows color (decimal): -1945266 or 5132770. OLE color: 5132770.
HSL color Cylindrical-coordinate representation of color #E2514E: hue angle of 1.22º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2514E is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 78 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.11 |
| HSL | 1.22º | 0.72% | 0.6% | - |
| HSV(B) | 1.22º | 0.65% | 0.89% | - |
| XYZ | 35.68 | 22.6 | 9.69 | - |
| YUV | 124.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 78 | 0 | 0.64 | 0.65 | 0.11 | 1.22 | 0.72 | 0.6 |
| Hex | E2 | 51 | 4E | 0 | 40 | 41 | B | 1 | 48 | 3C |
| Octal | 342 | 121 | 116 | 0 | 100 | 101 | 13 | 1 | 110 | 74 |
| Binary | 11100010 | 1010001 | 1001110 | 0 | 1000000 | 1000001 | 1011 | 1 | 1001000 | 111100 |
Color Harmonies of #E2514E
Complementary color
Monochromatic Colors of #E2514E
Black with #E2514E
Text Example
Text Example
White with #E2514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2514E; }
p { color: rgb(226,81,78); }
H1.HeaderClassName
{
color: #E2514E;
}
.AnyTagClassName
{
color: #E2514E;
}
</style>
background-color css
<style>
a { background-color: #E2514E; }
a { background-color: rgb(226,81,78); }
div.DivClassName
{
background-color: #E2514E;
}
.BgClassName
{
background-color: #E2514E;
}
</style>
border-color css
<style>
span { border-color: #E2514E; }
span { border-color: rgb(226,81,78); }
td.TdClassName
{
border-color: #E2514E;
}
.TagClassName
{
border-color: #E2514E;
}
</style>