Shades of Valencia #E84E4D
Tints of Valencia #E84E4D
RGB
CMYK
RGB Variations
Color information
#E84E4D (or 0xE84E4D) is known color: Valencia. HEX triplet: E8, 4E and 4D. RGB value is (232,78,77). Sum of RGB (Red+Green+Blue) = 232+78+77=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E84E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E84E4D is #17B1B2. Grayscale: #7C7C7C. Windows color (decimal): -1552819 or 5066472. OLE color: 5066472.
HSL color Cylindrical-coordinate representation of color #E84E4D: hue angle of 0.39º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84E4D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 78 | 77 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.09 |
| HSL | 0.39º | 0.77% | 0.61% | - |
| HSV(B) | 0.39º | 0.67% | 0.91% | - |
| XYZ | 37.34 | 23.14 | 9.52 | - |
| YUV | 123.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 78 | 77 | 0 | 0.66 | 0.67 | 0.09 | 0.39 | 0.77 | 0.61 |
| Hex | E8 | 4E | 4D | 0 | 42 | 43 | 9 | 0 | 4D | 3D |
| Octal | 350 | 116 | 115 | 0 | 102 | 103 | 11 | 0 | 115 | 75 |
| Binary | 11101000 | 1001110 | 1001101 | 0 | 1000010 | 1000011 | 1001 | 0 | 1001101 | 111101 |
Color Harmonies of #E84E4D
Complementary color
Monochromatic Colors of #E84E4D
Black with #E84E4D
Text Example
Text Example
White with #E84E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84E4D; }
p { color: rgb(232,78,77); }
H1.HeaderClassName
{
color: #E84E4D;
}
.AnyTagClassName
{
color: #E84E4D;
}
</style>
background-color css
<style>
a { background-color: #E84E4D; }
a { background-color: rgb(232,78,77); }
div.DivClassName
{
background-color: #E84E4D;
}
.BgClassName
{
background-color: #E84E4D;
}
</style>
border-color css
<style>
span { border-color: #E84E4D; }
span { border-color: rgb(232,78,77); }
td.TdClassName
{
border-color: #E84E4D;
}
.TagClassName
{
border-color: #E84E4D;
}
</style>