Shades of Valencia #E1514E
Tints of Valencia #E1514E
RGB
CMYK
RGB Variations
Color information
#E1514E (or 0xE1514E) is known color: Valencia. HEX triplet: E1, 51 and 4E. RGB value is (225,81,78). Sum of RGB (Red+Green+Blue) = 225+81+78=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1514E is #1EAEB1. Grayscale: #7B7B7B. Windows color (decimal): -2010802 or 5132769. OLE color: 5132769.
HSL color Cylindrical-coordinate representation of color #E1514E: hue angle of 1.22º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1514E is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 78 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.12 |
| HSL | 1.22º | 0.71% | 0.59% | - |
| HSV(B) | 1.22º | 0.65% | 0.88% | - |
| XYZ | 35.37 | 22.44 | 9.68 | - |
| YUV | 123.71 | 102.21 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 78 | 0 | 0.64 | 0.65 | 0.12 | 1.22 | 0.71 | 0.59 |
| Hex | E1 | 51 | 4E | 0 | 40 | 41 | C | 1 | 47 | 3B |
| Octal | 341 | 121 | 116 | 0 | 100 | 101 | 14 | 1 | 107 | 73 |
| Binary | 11100001 | 1010001 | 1001110 | 0 | 1000000 | 1000001 | 1100 | 1 | 1000111 | 111011 |
Color Harmonies of #E1514E
Complementary color
Monochromatic Colors of #E1514E
Black with #E1514E
Text Example
Text Example
White with #E1514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1514E; }
p { color: rgb(225,81,78); }
H1.HeaderClassName
{
color: #E1514E;
}
.AnyTagClassName
{
color: #E1514E;
}
</style>
background-color css
<style>
a { background-color: #E1514E; }
a { background-color: rgb(225,81,78); }
div.DivClassName
{
background-color: #E1514E;
}
.BgClassName
{
background-color: #E1514E;
}
</style>
border-color css
<style>
span { border-color: #E1514E; }
span { border-color: rgb(225,81,78); }
td.TdClassName
{
border-color: #E1514E;
}
.TagClassName
{
border-color: #E1514E;
}
</style>