Shades of Valencia #E15549
Tints of Valencia #E15549
RGB
CMYK
RGB Variations
Color information
#E15549 (or 0xE15549) is known color: Valencia. HEX triplet: E1, 55 and 49. RGB value is (225,85,73). Sum of RGB (Red+Green+Blue) = 225+85+73=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E15549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15549 is #1EAAB6. Grayscale: #7D7D7D. Windows color (decimal): -2009783 or 4806113. OLE color: 4806113.
HSL color Cylindrical-coordinate representation of color #E15549: hue angle of 4.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E15549 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 73 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.12 |
| HSL | 4.74º | 0.72% | 0.58% | - |
| HSV(B) | 4.74º | 0.68% | 0.88% | - |
| XYZ | 35.5 | 22.99 | 8.87 | - |
| YUV | 125.49 | 98.38 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 73 | 0 | 0.62 | 0.68 | 0.12 | 4.74 | 0.72 | 0.58 |
| Hex | E1 | 55 | 49 | 0 | 3E | 44 | C | 5 | 48 | 3A |
| Octal | 341 | 125 | 111 | 0 | 76 | 104 | 14 | 5 | 110 | 72 |
| Binary | 11100001 | 1010101 | 1001001 | 0 | 111110 | 1000100 | 1100 | 101 | 1001000 | 111010 |
Color Harmonies of #E15549
Complementary color
Monochromatic Colors of #E15549
Black with #E15549
Text Example
Text Example
White with #E15549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15549; }
p { color: rgb(225,85,73); }
H1.HeaderClassName
{
color: #E15549;
}
.AnyTagClassName
{
color: #E15549;
}
</style>
background-color css
<style>
a { background-color: #E15549; }
a { background-color: rgb(225,85,73); }
div.DivClassName
{
background-color: #E15549;
}
.BgClassName
{
background-color: #E15549;
}
</style>
border-color css
<style>
span { border-color: #E15549; }
span { border-color: rgb(225,85,73); }
td.TdClassName
{
border-color: #E15549;
}
.TagClassName
{
border-color: #E15549;
}
</style>