Shades of Valencia #E04B49
Tints of Valencia #E04B49
RGB
CMYK
RGB Variations
Color information
#E04B49 (or 0xE04B49) is known color: Valencia. HEX triplet: E0, 4B and 49. RGB value is (224,75,73). Sum of RGB (Red+Green+Blue) = 224+75+73=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04B49 is #1FB4B6. Grayscale: #777777. Windows color (decimal): -2077879 or 4803552. OLE color: 4803552.
HSL color Cylindrical-coordinate representation of color #E04B49: hue angle of 0.79º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04B49 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 75 | 73 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.12 |
| HSL | 0.79º | 0.71% | 0.58% | - |
| HSV(B) | 0.79º | 0.67% | 0.88% | - |
| XYZ | 34.46 | 21.36 | 8.61 | - |
| YUV | 119.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 75 | 73 | 0 | 0.67 | 0.67 | 0.12 | 0.79 | 0.71 | 0.58 |
| Hex | E0 | 4B | 49 | 0 | 43 | 43 | C | 1 | 47 | 3A |
| Octal | 340 | 113 | 111 | 0 | 103 | 103 | 14 | 1 | 107 | 72 |
| Binary | 11100000 | 1001011 | 1001001 | 0 | 1000011 | 1000011 | 1100 | 1 | 1000111 | 111010 |
Color Harmonies of #E04B49
Complementary color
Monochromatic Colors of #E04B49
Black with #E04B49
Text Example
Text Example
White with #E04B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04B49; }
p { color: rgb(224,75,73); }
H1.HeaderClassName
{
color: #E04B49;
}
.AnyTagClassName
{
color: #E04B49;
}
</style>
background-color css
<style>
a { background-color: #E04B49; }
a { background-color: rgb(224,75,73); }
div.DivClassName
{
background-color: #E04B49;
}
.BgClassName
{
background-color: #E04B49;
}
</style>
border-color css
<style>
span { border-color: #E04B49; }
span { border-color: rgb(224,75,73); }
td.TdClassName
{
border-color: #E04B49;
}
.TagClassName
{
border-color: #E04B49;
}
</style>