Shades of Valencia #E05754
Tints of Valencia #E05754
RGB
CMYK
RGB Variations
Color information
#E05754 (or 0xE05754) is known color: Valencia. HEX triplet: E0, 57 and 54. RGB value is (224,87,84). Sum of RGB (Red+Green+Blue) = 224+87+84=395 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.71% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 224 - color contains mainly: red. Hex color #E05754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05754 is #1FA8AB. Grayscale: #7F7F7F. Windows color (decimal): -2074796 or 5527520. OLE color: 5527520.
HSL color Cylindrical-coordinate representation of color #E05754: hue angle of 1.29º 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 #E05754 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 87 | 84 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.12 |
| HSL | 1.29º | 0.69% | 0.6% | - |
| HSV(B) | 1.29º | 0.63% | 0.88% | - |
| XYZ | 35.75 | 23.3 | 11 | - |
| YUV | 127.62 | 103.39 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 87 | 84 | 0 | 0.61 | 0.62 | 0.12 | 1.29 | 0.69 | 0.6 |
| Hex | E0 | 57 | 54 | 0 | 3D | 3E | C | 1 | 45 | 3C |
| Octal | 340 | 127 | 124 | 0 | 75 | 76 | 14 | 1 | 105 | 74 |
| Binary | 11100000 | 1010111 | 1010100 | 0 | 111101 | 111110 | 1100 | 1 | 1000101 | 111100 |
Color Harmonies of #E05754
Complementary color
Monochromatic Colors of #E05754
Black with #E05754
Text Example
Text Example
White with #E05754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05754; }
p { color: rgb(224,87,84); }
H1.HeaderClassName
{
color: #E05754;
}
.AnyTagClassName
{
color: #E05754;
}
</style>
background-color css
<style>
a { background-color: #E05754; }
a { background-color: rgb(224,87,84); }
div.DivClassName
{
background-color: #E05754;
}
.BgClassName
{
background-color: #E05754;
}
</style>
border-color css
<style>
span { border-color: #E05754; }
span { border-color: rgb(224,87,84); }
td.TdClassName
{
border-color: #E05754;
}
.TagClassName
{
border-color: #E05754;
}
</style>