Shades of Valencia #E15543
Tints of Valencia #E15543
RGB
CMYK
RGB Variations
Color information
#E15543 (or 0xE15543) is known color: Valencia. HEX triplet: E1, 55 and 43. RGB value is (225,85,67). Sum of RGB (Red+Green+Blue) = 225+85+67=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E15543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15543 is #1EAABC. Grayscale: #7D7D7D. Windows color (decimal): -2009789 or 4412897. OLE color: 4412897.
HSL color Cylindrical-coordinate representation of color #E15543: hue angle of 6.84º 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 #E15543 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 67 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.12 |
| HSL | 6.84º | 0.72% | 0.57% | - |
| HSV(B) | 6.84º | 0.7% | 0.88% | - |
| XYZ | 35.31 | 22.91 | 7.87 | - |
| YUV | 124.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 67 | 0 | 0.62 | 0.70 | 0.12 | 6.84 | 0.72 | 0.57 |
| Hex | E1 | 55 | 43 | 0 | 3E | 46 | C | 7 | 48 | 39 |
| Octal | 341 | 125 | 103 | 0 | 76 | 106 | 14 | 7 | 110 | 71 |
| Binary | 11100001 | 1010101 | 1000011 | 0 | 111110 | 1000110 | 1100 | 111 | 1001000 | 111001 |
Color Harmonies of #E15543
Complementary color
Monochromatic Colors of #E15543
Black with #E15543
Text Example
Text Example
White with #E15543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15543; }
p { color: rgb(225,85,67); }
H1.HeaderClassName
{
color: #E15543;
}
.AnyTagClassName
{
color: #E15543;
}
</style>
background-color css
<style>
a { background-color: #E15543; }
a { background-color: rgb(225,85,67); }
div.DivClassName
{
background-color: #E15543;
}
.BgClassName
{
background-color: #E15543;
}
</style>
border-color css
<style>
span { border-color: #E15543; }
span { border-color: rgb(225,85,67); }
td.TdClassName
{
border-color: #E15543;
}
.TagClassName
{
border-color: #E15543;
}
</style>