Shades of Valencia #E64E46
Tints of Valencia #E64E46
RGB
CMYK
RGB Variations
Color information
#E64E46 (or 0xE64E46) is known color: Valencia. HEX triplet: E6, 4E and 46. RGB value is (230,78,70). Sum of RGB (Red+Green+Blue) = 230+78+70=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 70 (27.73% from 255 or 18.52% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64E46 is #19B1B9. Grayscale: #7A7A7A. Windows color (decimal): -1683898 or 4607718. OLE color: 4607718.
HSL color Cylindrical-coordinate representation of color #E64E46: hue angle of 3º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64E46 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 70 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.10 |
| HSL | 3º | 0.76% | 0.59% | - |
| HSV(B) | 3º | 0.7% | 0.9% | - |
| XYZ | 36.46 | 22.71 | 8.26 | - |
| YUV | 122.54 | 98.36 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 70 | 0 | 0.66 | 0.70 | 0.10 | 3 | 0.76 | 0.59 |
| Hex | E6 | 4E | 46 | 0 | 42 | 46 | A | 3 | 4C | 3B |
| Octal | 346 | 116 | 106 | 0 | 102 | 106 | 12 | 3 | 114 | 73 |
| Binary | 11100110 | 1001110 | 1000110 | 0 | 1000010 | 1000110 | 1010 | 11 | 1001100 | 111011 |
Color Harmonies of #E64E46
Complementary color
Monochromatic Colors of #E64E46
Black with #E64E46
Text Example
Text Example
White with #E64E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E46; }
p { color: rgb(230,78,70); }
H1.HeaderClassName
{
color: #E64E46;
}
.AnyTagClassName
{
color: #E64E46;
}
</style>
background-color css
<style>
a { background-color: #E64E46; }
a { background-color: rgb(230,78,70); }
div.DivClassName
{
background-color: #E64E46;
}
.BgClassName
{
background-color: #E64E46;
}
</style>
border-color css
<style>
span { border-color: #E64E46; }
span { border-color: rgb(230,78,70); }
td.TdClassName
{
border-color: #E64E46;
}
.TagClassName
{
border-color: #E64E46;
}
</style>