Shades of Valencia #E05050
Tints of Valencia #E05050
RGB
CMYK
RGB Variations
Color information
#E05050 (or 0xE05050) is known color: Valencia. HEX triplet: E0, 50 and 50. RGB value is (224,80,80). Sum of RGB (Red+Green+Blue) = 224+80+80=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E05050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05050 is #1FAFAF. Grayscale: #7B7B7B. Windows color (decimal): -2076592 or 5263584. OLE color: 5263584.
HSL color Cylindrical-coordinate representation of color #E05050: hue angle of 0º 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 #E05050 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 80 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.12 |
| HSL | 0º | 0.7% | 0.6% | - |
| HSV(B) | 0º | 0.64% | 0.88% | - |
| XYZ | 35.06 | 22.16 | 10.02 | - |
| YUV | 123.06 | 103.71 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 80 | 0 | 0.64 | 0.64 | 0.12 | 0 | 0.7 | 0.6 |
| Hex | E0 | 50 | 50 | 0 | 40 | 40 | C | 0 | 46 | 3C |
| Octal | 340 | 120 | 120 | 0 | 100 | 100 | 14 | 0 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1010000 | 0 | 1000000 | 1000000 | 1100 | 0 | 1000110 | 111100 |
Color Harmonies of #E05050
Complementary color
Monochromatic Colors of #E05050
Black with #E05050
Text Example
Text Example
White with #E05050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05050; }
p { color: rgb(224,80,80); }
H1.HeaderClassName
{
color: #E05050;
}
.AnyTagClassName
{
color: #E05050;
}
</style>
background-color css
<style>
a { background-color: #E05050; }
a { background-color: rgb(224,80,80); }
div.DivClassName
{
background-color: #E05050;
}
.BgClassName
{
background-color: #E05050;
}
</style>
border-color css
<style>
span { border-color: #E05050; }
span { border-color: rgb(224,80,80); }
td.TdClassName
{
border-color: #E05050;
}
.TagClassName
{
border-color: #E05050;
}
</style>