Shades of Valencia #E05143
Tints of Valencia #E05143
RGB
CMYK
RGB Variations
Color information
#E05143 (or 0xE05143) is known color: Valencia. HEX triplet: E0, 51 and 43. RGB value is (224,81,67). Sum of RGB (Red+Green+Blue) = 224+81+67=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E05143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05143 is #1FAEBC. Grayscale: #7A7A7A. Windows color (decimal): -2076349 or 4411872. OLE color: 4411872.
HSL color Cylindrical-coordinate representation of color #E05143: hue angle of 5.35º 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 #E05143 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 67 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.12 |
| HSL | 5.35º | 0.72% | 0.57% | - |
| HSV(B) | 5.35º | 0.7% | 0.88% | - |
| XYZ | 34.7 | 22.14 | 7.75 | - |
| YUV | 122.16 | 96.88 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 67 | 0 | 0.64 | 0.70 | 0.12 | 5.35 | 0.72 | 0.57 |
| Hex | E0 | 51 | 43 | 0 | 40 | 46 | C | 5 | 48 | 39 |
| Octal | 340 | 121 | 103 | 0 | 100 | 106 | 14 | 5 | 110 | 71 |
| Binary | 11100000 | 1010001 | 1000011 | 0 | 1000000 | 1000110 | 1100 | 101 | 1001000 | 111001 |
Color Harmonies of #E05143
Complementary color
Monochromatic Colors of #E05143
Black with #E05143
Text Example
Text Example
White with #E05143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05143; }
p { color: rgb(224,81,67); }
H1.HeaderClassName
{
color: #E05143;
}
.AnyTagClassName
{
color: #E05143;
}
</style>
background-color css
<style>
a { background-color: #E05143; }
a { background-color: rgb(224,81,67); }
div.DivClassName
{
background-color: #E05143;
}
.BgClassName
{
background-color: #E05143;
}
</style>
border-color css
<style>
span { border-color: #E05143; }
span { border-color: rgb(224,81,67); }
td.TdClassName
{
border-color: #E05143;
}
.TagClassName
{
border-color: #E05143;
}
</style>