Shades of Valencia #E05751
Tints of Valencia #E05751
RGB
CMYK
RGB Variations
Color information
#E05751 (or 0xE05751) is known color: Valencia. HEX triplet: E0, 57 and 51. RGB value is (224,87,81). Sum of RGB (Red+Green+Blue) = 224+87+81=392 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.14% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 224 - color contains mainly: red. Hex color #E05751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05751 is #1FA8AE. Grayscale: #7F7F7F. Windows color (decimal): -2074799 or 5330912. OLE color: 5330912.
HSL color Cylindrical-coordinate representation of color #E05751: hue angle of 2.52º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05751 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 81 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.12 |
| HSL | 2.52º | 0.7% | 0.6% | - |
| HSV(B) | 2.52º | 0.64% | 0.88% | - |
| XYZ | 35.63 | 23.26 | 10.4 | - |
| YUV | 127.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 81 | 0 | 0.61 | 0.64 | 0.12 | 2.52 | 0.7 | 0.6 |
| Hex | E0 | 57 | 51 | 0 | 3D | 40 | C | 3 | 46 | 3C |
| Octal | 340 | 127 | 121 | 0 | 75 | 100 | 14 | 3 | 106 | 74 |
| Binary | 11100000 | 1010111 | 1010001 | 0 | 111101 | 1000000 | 1100 | 11 | 1000110 | 111100 |
Color Harmonies of #E05751
Complementary color
Monochromatic Colors of #E05751
Black with #E05751
Text Example
Text Example
White with #E05751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05751; }
p { color: rgb(224,87,81); }
H1.HeaderClassName
{
color: #E05751;
}
.AnyTagClassName
{
color: #E05751;
}
</style>
background-color css
<style>
a { background-color: #E05751; }
a { background-color: rgb(224,87,81); }
div.DivClassName
{
background-color: #E05751;
}
.BgClassName
{
background-color: #E05751;
}
</style>
border-color css
<style>
span { border-color: #E05751; }
span { border-color: rgb(224,87,81); }
td.TdClassName
{
border-color: #E05751;
}
.TagClassName
{
border-color: #E05751;
}
</style>