Shades of Valencia #E0504D
Tints of Valencia #E0504D
RGB
CMYK
RGB Variations
Color information
#E0504D (or 0xE0504D) is known color: Valencia. HEX triplet: E0, 50 and 4D. RGB value is (224,80,77). Sum of RGB (Red+Green+Blue) = 224+80+77=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E0504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0504D is #1FAFB2. Grayscale: #7A7A7A. Windows color (decimal): -2076595 or 5066976. OLE color: 5066976.
HSL color Cylindrical-coordinate representation of color #E0504D: hue angle of 1.22º 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 #E0504D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 77 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.12 |
| HSL | 1.22º | 0.7% | 0.59% | - |
| HSV(B) | 1.22º | 0.66% | 0.88% | - |
| XYZ | 34.95 | 22.12 | 9.45 | - |
| YUV | 122.71 | 102.21 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 77 | 0 | 0.64 | 0.66 | 0.12 | 1.22 | 0.7 | 0.59 |
| Hex | E0 | 50 | 4D | 0 | 40 | 42 | C | 1 | 46 | 3B |
| Octal | 340 | 120 | 115 | 0 | 100 | 102 | 14 | 1 | 106 | 73 |
| Binary | 11100000 | 1010000 | 1001101 | 0 | 1000000 | 1000010 | 1100 | 1 | 1000110 | 111011 |
Color Harmonies of #E0504D
Complementary color
Monochromatic Colors of #E0504D
Black with #E0504D
Text Example
Text Example
White with #E0504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0504D; }
p { color: rgb(224,80,77); }
H1.HeaderClassName
{
color: #E0504D;
}
.AnyTagClassName
{
color: #E0504D;
}
</style>
background-color css
<style>
a { background-color: #E0504D; }
a { background-color: rgb(224,80,77); }
div.DivClassName
{
background-color: #E0504D;
}
.BgClassName
{
background-color: #E0504D;
}
</style>
border-color css
<style>
span { border-color: #E0504D; }
span { border-color: rgb(224,80,77); }
td.TdClassName
{
border-color: #E0504D;
}
.TagClassName
{
border-color: #E0504D;
}
</style>