Shades of Valencia #E04E4B
Tints of Valencia #E04E4B
RGB
CMYK
RGB Variations
Color information
#E04E4B (or 0xE04E4B) is known color: Valencia. HEX triplet: E0, 4E and 4B. RGB value is (224,78,75). Sum of RGB (Red+Green+Blue) = 224+78+75=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E4B is #1FB1B4. Grayscale: #797979. Windows color (decimal): -2077109 or 4935392. OLE color: 4935392.
HSL color Cylindrical-coordinate representation of color #E04E4B: hue angle of 1.21º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04E4B is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 75 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.12 |
| HSL | 1.21º | 0.71% | 0.59% | - |
| HSV(B) | 1.21º | 0.67% | 0.88% | - |
| XYZ | 34.73 | 21.8 | 9.03 | - |
| YUV | 121.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 75 | 0 | 0.65 | 0.67 | 0.12 | 1.21 | 0.71 | 0.59 |
| Hex | E0 | 4E | 4B | 0 | 41 | 43 | C | 1 | 47 | 3B |
| Octal | 340 | 116 | 113 | 0 | 101 | 103 | 14 | 1 | 107 | 73 |
| Binary | 11100000 | 1001110 | 1001011 | 0 | 1000001 | 1000011 | 1100 | 1 | 1000111 | 111011 |
Color Harmonies of #E04E4B
Complementary color
Monochromatic Colors of #E04E4B
Black with #E04E4B
Text Example
Text Example
White with #E04E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E4B; }
p { color: rgb(224,78,75); }
H1.HeaderClassName
{
color: #E04E4B;
}
.AnyTagClassName
{
color: #E04E4B;
}
</style>
background-color css
<style>
a { background-color: #E04E4B; }
a { background-color: rgb(224,78,75); }
div.DivClassName
{
background-color: #E04E4B;
}
.BgClassName
{
background-color: #E04E4B;
}
</style>
border-color css
<style>
span { border-color: #E04E4B; }
span { border-color: rgb(224,78,75); }
td.TdClassName
{
border-color: #E04E4B;
}
.TagClassName
{
border-color: #E04E4B;
}
</style>