Shades of Valencia #E24C46
Tints of Valencia #E24C46
RGB
CMYK
RGB Variations
Color information
#E24C46 (or 0xE24C46) is known color: Valencia. HEX triplet: E2, 4C and 46. RGB value is (226,76,70). Sum of RGB (Red+Green+Blue) = 226+76+70=372 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.75% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C46 is #1DB3B9. Grayscale: #787878. Windows color (decimal): -1946554 or 4607202. OLE color: 4607202.
HSL color Cylindrical-coordinate representation of color #E24C46: hue angle of 2.31º 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 #E24C46 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 70 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.11 |
| HSL | 2.31º | 0.73% | 0.58% | - |
| HSV(B) | 2.31º | 0.69% | 0.89% | - |
| XYZ | 35.05 | 21.78 | 8.15 | - |
| YUV | 120.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 70 | 0 | 0.66 | 0.69 | 0.11 | 2.31 | 0.73 | 0.58 |
| Hex | E2 | 4C | 46 | 0 | 42 | 45 | B | 2 | 49 | 3A |
| Octal | 342 | 114 | 106 | 0 | 102 | 105 | 13 | 2 | 111 | 72 |
| Binary | 11100010 | 1001100 | 1000110 | 0 | 1000010 | 1000101 | 1011 | 10 | 1001001 | 111010 |
Color Harmonies of #E24C46
Complementary color
Monochromatic Colors of #E24C46
Black with #E24C46
Text Example
Text Example
White with #E24C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C46; }
p { color: rgb(226,76,70); }
H1.HeaderClassName
{
color: #E24C46;
}
.AnyTagClassName
{
color: #E24C46;
}
</style>
background-color css
<style>
a { background-color: #E24C46; }
a { background-color: rgb(226,76,70); }
div.DivClassName
{
background-color: #E24C46;
}
.BgClassName
{
background-color: #E24C46;
}
</style>
border-color css
<style>
span { border-color: #E24C46; }
span { border-color: rgb(226,76,70); }
td.TdClassName
{
border-color: #E24C46;
}
.TagClassName
{
border-color: #E24C46;
}
</style>