Shades of Valencia #E0564D
Tints of Valencia #E0564D
RGB
CMYK
RGB Variations
Color information
#E0564D (or 0xE0564D) is known color: Valencia. HEX triplet: E0, 56 and 4D. RGB value is (224,86,77). Sum of RGB (Red+Green+Blue) = 224+86+77=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E0564D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0564D is #1FA9B2. Grayscale: #7E7E7E. Windows color (decimal): -2075059 or 5068512. OLE color: 5068512.
HSL color Cylindrical-coordinate representation of color #E0564D: hue angle of 3.67º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0564D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 77 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.12 |
| HSL | 3.67º | 0.7% | 0.59% | - |
| HSV(B) | 3.67º | 0.66% | 0.88% | - |
| XYZ | 35.41 | 23.04 | 9.6 | - |
| YUV | 126.24 | 100.22 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 77 | 0 | 0.62 | 0.66 | 0.12 | 3.67 | 0.7 | 0.59 |
| Hex | E0 | 56 | 4D | 0 | 3E | 42 | C | 4 | 46 | 3B |
| Octal | 340 | 126 | 115 | 0 | 76 | 102 | 14 | 4 | 106 | 73 |
| Binary | 11100000 | 1010110 | 1001101 | 0 | 111110 | 1000010 | 1100 | 100 | 1000110 | 111011 |
Color Harmonies of #E0564D
Complementary color
Monochromatic Colors of #E0564D
Black with #E0564D
Text Example
Text Example
White with #E0564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0564D; }
p { color: rgb(224,86,77); }
H1.HeaderClassName
{
color: #E0564D;
}
.AnyTagClassName
{
color: #E0564D;
}
</style>
background-color css
<style>
a { background-color: #E0564D; }
a { background-color: rgb(224,86,77); }
div.DivClassName
{
background-color: #E0564D;
}
.BgClassName
{
background-color: #E0564D;
}
</style>
border-color css
<style>
span { border-color: #E0564D; }
span { border-color: rgb(224,86,77); }
td.TdClassName
{
border-color: #E0564D;
}
.TagClassName
{
border-color: #E0564D;
}
</style>