Shades of Valencia #E05547
Tints of Valencia #E05547
RGB
CMYK
RGB Variations
Color information
#E05547 (or 0xE05547) is known color: Valencia. HEX triplet: E0, 55 and 47. RGB value is (224,85,71). Sum of RGB (Red+Green+Blue) = 224+85+71=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E05547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05547 is #1FAAB8. Grayscale: #7D7D7D. Windows color (decimal): -2075321 or 4675040. OLE color: 4675040.
HSL color Cylindrical-coordinate representation of color #E05547: hue angle of 5.49º degrees, saturation: 0.71, 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 #E05547 is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 71 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.12 |
| HSL | 5.49º | 0.71% | 0.58% | - |
| HSV(B) | 5.49º | 0.68% | 0.88% | - |
| XYZ | 35.13 | 22.8 | 8.51 | - |
| YUV | 124.97 | 97.55 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 71 | 0 | 0.62 | 0.68 | 0.12 | 5.49 | 0.71 | 0.58 |
| Hex | E0 | 55 | 47 | 0 | 3E | 44 | C | 5 | 47 | 3A |
| Octal | 340 | 125 | 107 | 0 | 76 | 104 | 14 | 5 | 107 | 72 |
| Binary | 11100000 | 1010101 | 1000111 | 0 | 111110 | 1000100 | 1100 | 101 | 1000111 | 111010 |
Color Harmonies of #E05547
Complementary color
Monochromatic Colors of #E05547
Black with #E05547
Text Example
Text Example
White with #E05547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05547; }
p { color: rgb(224,85,71); }
H1.HeaderClassName
{
color: #E05547;
}
.AnyTagClassName
{
color: #E05547;
}
</style>
background-color css
<style>
a { background-color: #E05547; }
a { background-color: rgb(224,85,71); }
div.DivClassName
{
background-color: #E05547;
}
.BgClassName
{
background-color: #E05547;
}
</style>
border-color css
<style>
span { border-color: #E05547; }
span { border-color: rgb(224,85,71); }
td.TdClassName
{
border-color: #E05547;
}
.TagClassName
{
border-color: #E05547;
}
</style>