Shades of Valencia #E24C49
Tints of Valencia #E24C49
RGB
CMYK
RGB Variations
Color information
#E24C49 (or 0xE24C49) is known color: Valencia. HEX triplet: E2, 4C and 49. RGB value is (226,76,73). Sum of RGB (Red+Green+Blue) = 226+76+73=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C49 is #1DB3B6. Grayscale: #787878. Windows color (decimal): -1946551 or 4803810. OLE color: 4803810.
HSL color Cylindrical-coordinate representation of color #E24C49: hue angle of 1.18º degrees, saturation: 0.73, 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 #E24C49 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 76 | 73 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.11 |
| HSL | 1.18º | 0.73% | 0.59% | - |
| HSV(B) | 1.18º | 0.68% | 0.89% | - |
| XYZ | 35.15 | 21.82 | 8.66 | - |
| YUV | 120.51 | 101.2 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 76 | 73 | 0 | 0.66 | 0.68 | 0.11 | 1.18 | 0.73 | 0.59 |
| Hex | E2 | 4C | 49 | 0 | 42 | 44 | B | 1 | 49 | 3B |
| Octal | 342 | 114 | 111 | 0 | 102 | 104 | 13 | 1 | 111 | 73 |
| Binary | 11100010 | 1001100 | 1001001 | 0 | 1000010 | 1000100 | 1011 | 1 | 1001001 | 111011 |
Color Harmonies of #E24C49
Complementary color
Monochromatic Colors of #E24C49
Black with #E24C49
Text Example
Text Example
White with #E24C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24C49; }
p { color: rgb(226,76,73); }
H1.HeaderClassName
{
color: #E24C49;
}
.AnyTagClassName
{
color: #E24C49;
}
</style>
background-color css
<style>
a { background-color: #E24C49; }
a { background-color: rgb(226,76,73); }
div.DivClassName
{
background-color: #E24C49;
}
.BgClassName
{
background-color: #E24C49;
}
</style>
border-color css
<style>
span { border-color: #E24C49; }
span { border-color: rgb(226,76,73); }
td.TdClassName
{
border-color: #E24C49;
}
.TagClassName
{
border-color: #E24C49;
}
</style>