Shades of Valencia #E64D49
Tints of Valencia #E64D49
RGB
CMYK
RGB Variations
Color information
#E64D49 (or 0xE64D49) is known color: Valencia. HEX triplet: E6, 4D and 49. RGB value is (230,77,73). Sum of RGB (Red+Green+Blue) = 230+77+73=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D49 is #19B2B6. Grayscale: #7A7A7A. Windows color (decimal): -1684151 or 4804070. OLE color: 4804070.
HSL color Cylindrical-coordinate representation of color #E64D49: hue angle of 1.53º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E64D49 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 77 | 73 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.10 |
| HSL | 1.53º | 0.76% | 0.59% | - |
| HSV(B) | 1.53º | 0.68% | 0.9% | - |
| XYZ | 36.49 | 22.61 | 8.74 | - |
| YUV | 122.29 | 100.19 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 77 | 73 | 0 | 0.67 | 0.68 | 0.10 | 1.53 | 0.76 | 0.59 |
| Hex | E6 | 4D | 49 | 0 | 43 | 44 | A | 2 | 4C | 3B |
| Octal | 346 | 115 | 111 | 0 | 103 | 104 | 12 | 2 | 114 | 73 |
| Binary | 11100110 | 1001101 | 1001001 | 0 | 1000011 | 1000100 | 1010 | 10 | 1001100 | 111011 |
Color Harmonies of #E64D49
Complementary color
Monochromatic Colors of #E64D49
Black with #E64D49
Text Example
Text Example
White with #E64D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64D49; }
p { color: rgb(230,77,73); }
H1.HeaderClassName
{
color: #E64D49;
}
.AnyTagClassName
{
color: #E64D49;
}
</style>
background-color css
<style>
a { background-color: #E64D49; }
a { background-color: rgb(230,77,73); }
div.DivClassName
{
background-color: #E64D49;
}
.BgClassName
{
background-color: #E64D49;
}
</style>
border-color css
<style>
span { border-color: #E64D49; }
span { border-color: rgb(230,77,73); }
td.TdClassName
{
border-color: #E64D49;
}
.TagClassName
{
border-color: #E64D49;
}
</style>