Shades of Valencia #E15544
Tints of Valencia #E15544
RGB
CMYK
RGB Variations
Color information
#E15544 (or 0xE15544) is known color: Valencia. HEX triplet: E1, 55 and 44. RGB value is (225,85,68). Sum of RGB (Red+Green+Blue) = 225+85+68=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E15544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15544 is #1EAABB. Grayscale: #7D7D7D. Windows color (decimal): -2009788 or 4478433. OLE color: 4478433.
HSL color Cylindrical-coordinate representation of color #E15544: hue angle of 6.5º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E15544 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 68 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.12 |
| HSL | 6.5º | 0.72% | 0.57% | - |
| HSV(B) | 6.5º | 0.7% | 0.88% | - |
| XYZ | 35.34 | 22.92 | 8.03 | - |
| YUV | 124.92 | 95.88 | 199.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 68 | 0 | 0.62 | 0.70 | 0.12 | 6.5 | 0.72 | 0.57 |
| Hex | E1 | 55 | 44 | 0 | 3E | 46 | C | 6 | 48 | 39 |
| Octal | 341 | 125 | 104 | 0 | 76 | 106 | 14 | 6 | 110 | 71 |
| Binary | 11100001 | 1010101 | 1000100 | 0 | 111110 | 1000110 | 1100 | 110 | 1001000 | 111001 |
Color Harmonies of #E15544
Complementary color
Monochromatic Colors of #E15544
Black with #E15544
Text Example
Text Example
White with #E15544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15544; }
p { color: rgb(225,85,68); }
H1.HeaderClassName
{
color: #E15544;
}
.AnyTagClassName
{
color: #E15544;
}
</style>
background-color css
<style>
a { background-color: #E15544; }
a { background-color: rgb(225,85,68); }
div.DivClassName
{
background-color: #E15544;
}
.BgClassName
{
background-color: #E15544;
}
</style>
border-color css
<style>
span { border-color: #E15544; }
span { border-color: rgb(225,85,68); }
td.TdClassName
{
border-color: #E15544;
}
.TagClassName
{
border-color: #E15544;
}
</style>