Shades of Valencia #E05954
Tints of Valencia #E05954
RGB
CMYK
RGB Variations
Color information
#E05954 (or 0xE05954) is known color: Valencia. HEX triplet: E0, 59 and 54. RGB value is (224,89,84). Sum of RGB (Red+Green+Blue) = 224+89+84=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E05954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05954 is #1FA6AB. Grayscale: #808080. Windows color (decimal): -2074284 or 5528032. OLE color: 5528032.
HSL color Cylindrical-coordinate representation of color #E05954: hue angle of 2.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05954 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 84 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.12 |
| HSL | 2.14º | 0.69% | 0.6% | - |
| HSV(B) | 2.14º | 0.63% | 0.88% | - |
| XYZ | 35.91 | 23.63 | 11.06 | - |
| YUV | 128.8 | 102.73 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 84 | 0 | 0.60 | 0.62 | 0.12 | 2.14 | 0.69 | 0.6 |
| Hex | E0 | 59 | 54 | 0 | 3C | 3E | C | 2 | 45 | 3C |
| Octal | 340 | 131 | 124 | 0 | 74 | 76 | 14 | 2 | 105 | 74 |
| Binary | 11100000 | 1011001 | 1010100 | 0 | 111100 | 111110 | 1100 | 10 | 1000101 | 111100 |
Color Harmonies of #E05954
Complementary color
Monochromatic Colors of #E05954
Black with #E05954
Text Example
Text Example
White with #E05954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05954; }
p { color: rgb(224,89,84); }
H1.HeaderClassName
{
color: #E05954;
}
.AnyTagClassName
{
color: #E05954;
}
</style>
background-color css
<style>
a { background-color: #E05954; }
a { background-color: rgb(224,89,84); }
div.DivClassName
{
background-color: #E05954;
}
.BgClassName
{
background-color: #E05954;
}
</style>
border-color css
<style>
span { border-color: #E05954; }
span { border-color: rgb(224,89,84); }
td.TdClassName
{
border-color: #E05954;
}
.TagClassName
{
border-color: #E05954;
}
</style>