Shades of Valencia #E05148
Tints of Valencia #E05148
RGB
CMYK
RGB Variations
Color information
#E05148 (or 0xE05148) is known color: Valencia. HEX triplet: E0, 51 and 48. RGB value is (224,81,72). Sum of RGB (Red+Green+Blue) = 224+81+72=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05148 is #1FAEB7. Grayscale: #7A7A7A. Windows color (decimal): -2076344 or 4739552. OLE color: 4739552.
HSL color Cylindrical-coordinate representation of color #E05148: hue angle of 3.55º 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 #E05148 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 72 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.12 |
| HSL | 3.55º | 0.71% | 0.58% | - |
| HSV(B) | 3.55º | 0.68% | 0.88% | - |
| XYZ | 34.85 | 22.2 | 8.58 | - |
| YUV | 122.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 72 | 0 | 0.64 | 0.68 | 0.12 | 3.55 | 0.71 | 0.58 |
| Hex | E0 | 51 | 48 | 0 | 40 | 44 | C | 4 | 47 | 3A |
| Octal | 340 | 121 | 110 | 0 | 100 | 104 | 14 | 4 | 107 | 72 |
| Binary | 11100000 | 1010001 | 1001000 | 0 | 1000000 | 1000100 | 1100 | 100 | 1000111 | 111010 |
Color Harmonies of #E05148
Complementary color
Monochromatic Colors of #E05148
Black with #E05148
Text Example
Text Example
White with #E05148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05148; }
p { color: rgb(224,81,72); }
H1.HeaderClassName
{
color: #E05148;
}
.AnyTagClassName
{
color: #E05148;
}
</style>
background-color css
<style>
a { background-color: #E05148; }
a { background-color: rgb(224,81,72); }
div.DivClassName
{
background-color: #E05148;
}
.BgClassName
{
background-color: #E05148;
}
</style>
border-color css
<style>
span { border-color: #E05148; }
span { border-color: rgb(224,81,72); }
td.TdClassName
{
border-color: #E05148;
}
.TagClassName
{
border-color: #E05148;
}
</style>