Shades of Valencia #E15146
Tints of Valencia #E15146
RGB
CMYK
RGB Variations
Color information
#E15146 (or 0xE15146) is known color: Valencia. HEX triplet: E1, 51 and 46. RGB value is (225,81,70). Sum of RGB (Red+Green+Blue) = 225+81+70=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E15146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15146 is #1EAEB9. Grayscale: #7A7A7A. Windows color (decimal): -2010810 or 4608481. OLE color: 4608481.
HSL color Cylindrical-coordinate representation of color #E15146: hue angle of 4.26º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E15146 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 70 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.12 |
| HSL | 4.26º | 0.72% | 0.58% | - |
| HSV(B) | 4.26º | 0.69% | 0.88% | - |
| XYZ | 35.1 | 22.33 | 8.26 | - |
| YUV | 122.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 70 | 0 | 0.64 | 0.69 | 0.12 | 4.26 | 0.72 | 0.58 |
| Hex | E1 | 51 | 46 | 0 | 40 | 45 | C | 4 | 48 | 3A |
| Octal | 341 | 121 | 106 | 0 | 100 | 105 | 14 | 4 | 110 | 72 |
| Binary | 11100001 | 1010001 | 1000110 | 0 | 1000000 | 1000101 | 1100 | 100 | 1001000 | 111010 |
Color Harmonies of #E15146
Complementary color
Monochromatic Colors of #E15146
Black with #E15146
Text Example
Text Example
White with #E15146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15146; }
p { color: rgb(225,81,70); }
H1.HeaderClassName
{
color: #E15146;
}
.AnyTagClassName
{
color: #E15146;
}
</style>
background-color css
<style>
a { background-color: #E15146; }
a { background-color: rgb(225,81,70); }
div.DivClassName
{
background-color: #E15146;
}
.BgClassName
{
background-color: #E15146;
}
</style>
border-color css
<style>
span { border-color: #E15146; }
span { border-color: rgb(225,81,70); }
td.TdClassName
{
border-color: #E15146;
}
.TagClassName
{
border-color: #E15146;
}
</style>