Shades of Valencia #E3514E
Tints of Valencia #E3514E
RGB
CMYK
RGB Variations
Color information
#E3514E (or 0xE3514E) is known color: Valencia. HEX triplet: E3, 51 and 4E. RGB value is (227,81,78). Sum of RGB (Red+Green+Blue) = 227+81+78=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3514E is #1CAEB1. Grayscale: #7C7C7C. Windows color (decimal): -1879730 or 5132771. OLE color: 5132771.
HSL color Cylindrical-coordinate representation of color #E3514E: hue angle of 1.21º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3514E is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 78 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.11 |
| HSL | 1.21º | 0.73% | 0.6% | - |
| HSV(B) | 1.21º | 0.66% | 0.89% | - |
| XYZ | 36 | 22.77 | 9.7 | - |
| YUV | 124.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 78 | 0 | 0.64 | 0.66 | 0.11 | 1.21 | 0.73 | 0.6 |
| Hex | E3 | 51 | 4E | 0 | 40 | 42 | B | 1 | 49 | 3C |
| Octal | 343 | 121 | 116 | 0 | 100 | 102 | 13 | 1 | 111 | 74 |
| Binary | 11100011 | 1010001 | 1001110 | 0 | 1000000 | 1000010 | 1011 | 1 | 1001001 | 111100 |
Color Harmonies of #E3514E
Complementary color
Monochromatic Colors of #E3514E
Black with #E3514E
Text Example
Text Example
White with #E3514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3514E; }
p { color: rgb(227,81,78); }
H1.HeaderClassName
{
color: #E3514E;
}
.AnyTagClassName
{
color: #E3514E;
}
</style>
background-color css
<style>
a { background-color: #E3514E; }
a { background-color: rgb(227,81,78); }
div.DivClassName
{
background-color: #E3514E;
}
.BgClassName
{
background-color: #E3514E;
}
</style>
border-color css
<style>
span { border-color: #E3514E; }
span { border-color: rgb(227,81,78); }
td.TdClassName
{
border-color: #E3514E;
}
.TagClassName
{
border-color: #E3514E;
}
</style>