Shades of Valencia #E44F49
Tints of Valencia #E44F49
RGB
CMYK
RGB Variations
Color information
#E44F49 (or 0xE44F49) is known color: Valencia. HEX triplet: E4, 4F and 49. RGB value is (228,79,73). Sum of RGB (Red+Green+Blue) = 228+79+73=380 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44F49 is #1BB0B6. Grayscale: #7B7B7B. Windows color (decimal): -1814711 or 4804580. OLE color: 4804580.
HSL color Cylindrical-coordinate representation of color #E44F49: hue angle of 2.32º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44F49 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 73 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.11 |
| HSL | 2.32º | 0.74% | 0.59% | - |
| HSV(B) | 2.32º | 0.68% | 0.89% | - |
| XYZ | 35.99 | 22.57 | 8.76 | - |
| YUV | 122.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 73 | 0 | 0.65 | 0.68 | 0.11 | 2.32 | 0.74 | 0.59 |
| Hex | E4 | 4F | 49 | 0 | 41 | 44 | B | 2 | 4A | 3B |
| Octal | 344 | 117 | 111 | 0 | 101 | 104 | 13 | 2 | 112 | 73 |
| Binary | 11100100 | 1001111 | 1001001 | 0 | 1000001 | 1000100 | 1011 | 10 | 1001010 | 111011 |
Color Harmonies of #E44F49
Complementary color
Monochromatic Colors of #E44F49
Black with #E44F49
Text Example
Text Example
White with #E44F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F49; }
p { color: rgb(228,79,73); }
H1.HeaderClassName
{
color: #E44F49;
}
.AnyTagClassName
{
color: #E44F49;
}
</style>
background-color css
<style>
a { background-color: #E44F49; }
a { background-color: rgb(228,79,73); }
div.DivClassName
{
background-color: #E44F49;
}
.BgClassName
{
background-color: #E44F49;
}
</style>
border-color css
<style>
span { border-color: #E44F49; }
span { border-color: rgb(228,79,73); }
td.TdClassName
{
border-color: #E44F49;
}
.TagClassName
{
border-color: #E44F49;
}
</style>