Shades of Valencia #E05045
Tints of Valencia #E05045
RGB
CMYK
RGB Variations
Color information
#E05045 (or 0xE05045) is known color: Valencia. HEX triplet: E0, 50 and 45. RGB value is (224,80,69). Sum of RGB (Red+Green+Blue) = 224+80+69=373 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.05% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 224 - color contains mainly: red. Hex color #E05045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05045 is #1FAFBA. Grayscale: #797979. Windows color (decimal): -2076603 or 4542688. OLE color: 4542688.
HSL color Cylindrical-coordinate representation of color #E05045: hue angle of 4.26º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E05045 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 69 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.12 |
| HSL | 4.26º | 0.71% | 0.57% | - |
| HSV(B) | 4.26º | 0.69% | 0.88% | - |
| XYZ | 34.68 | 22.01 | 8.05 | - |
| YUV | 121.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 69 | 0 | 0.64 | 0.69 | 0.12 | 4.26 | 0.71 | 0.57 |
| Hex | E0 | 50 | 45 | 0 | 40 | 45 | C | 4 | 47 | 39 |
| Octal | 340 | 120 | 105 | 0 | 100 | 105 | 14 | 4 | 107 | 71 |
| Binary | 11100000 | 1010000 | 1000101 | 0 | 1000000 | 1000101 | 1100 | 100 | 1000111 | 111001 |
Color Harmonies of #E05045
Complementary color
Monochromatic Colors of #E05045
Black with #E05045
Text Example
Text Example
White with #E05045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05045; }
p { color: rgb(224,80,69); }
H1.HeaderClassName
{
color: #E05045;
}
.AnyTagClassName
{
color: #E05045;
}
</style>
background-color css
<style>
a { background-color: #E05045; }
a { background-color: rgb(224,80,69); }
div.DivClassName
{
background-color: #E05045;
}
.BgClassName
{
background-color: #E05045;
}
</style>
border-color css
<style>
span { border-color: #E05045; }
span { border-color: rgb(224,80,69); }
td.TdClassName
{
border-color: #E05045;
}
.TagClassName
{
border-color: #E05045;
}
</style>