Shades of Valencia #E24F46
Tints of Valencia #E24F46
RGB
CMYK
RGB Variations
Color information
#E24F46 (or 0xE24F46) is known color: Valencia. HEX triplet: E2, 4F and 46. RGB value is (226,79,70). Sum of RGB (Red+Green+Blue) = 226+79+70=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E24F46 is #1DB0B9. Grayscale: #7A7A7A. Windows color (decimal): -1945786 or 4607970. OLE color: 4607970.
HSL color Cylindrical-coordinate representation of color #E24F46: hue angle of 3.46º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E24F46 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 70 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.11 |
| HSL | 3.46º | 0.73% | 0.58% | - |
| HSV(B) | 3.46º | 0.69% | 0.89% | - |
| XYZ | 35.27 | 22.2 | 8.22 | - |
| YUV | 121.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 70 | 0 | 0.65 | 0.69 | 0.11 | 3.46 | 0.73 | 0.58 |
| Hex | E2 | 4F | 46 | 0 | 41 | 45 | B | 3 | 49 | 3A |
| Octal | 342 | 117 | 106 | 0 | 101 | 105 | 13 | 3 | 111 | 72 |
| Binary | 11100010 | 1001111 | 1000110 | 0 | 1000001 | 1000101 | 1011 | 11 | 1001001 | 111010 |
Color Harmonies of #E24F46
Complementary color
Monochromatic Colors of #E24F46
Black with #E24F46
Text Example
Text Example
White with #E24F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F46; }
p { color: rgb(226,79,70); }
H1.HeaderClassName
{
color: #E24F46;
}
.AnyTagClassName
{
color: #E24F46;
}
</style>
background-color css
<style>
a { background-color: #E24F46; }
a { background-color: rgb(226,79,70); }
div.DivClassName
{
background-color: #E24F46;
}
.BgClassName
{
background-color: #E24F46;
}
</style>
border-color css
<style>
span { border-color: #E24F46; }
span { border-color: rgb(226,79,70); }
td.TdClassName
{
border-color: #E24F46;
}
.TagClassName
{
border-color: #E24F46;
}
</style>