Shades of Valencia #E24948
Tints of Valencia #E24948
RGB
CMYK
RGB Variations
Color information
#E24948 (or 0xE24948) is known color: Valencia. HEX triplet: E2, 49 and 48. RGB value is (226,73,72). Sum of RGB (Red+Green+Blue) = 226+73+72=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E24948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24948 is #1DB6B7. Grayscale: #767676. Windows color (decimal): -1947320 or 4737506. OLE color: 4737506.
HSL color Cylindrical-coordinate representation of color #E24948: hue angle of 0.39º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E24948 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 72 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.11 |
| HSL | 0.39º | 0.73% | 0.58% | - |
| HSV(B) | 0.39º | 0.68% | 0.89% | - |
| XYZ | 34.92 | 21.4 | 8.42 | - |
| YUV | 118.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 72 | 0 | 0.68 | 0.68 | 0.11 | 0.39 | 0.73 | 0.58 |
| Hex | E2 | 49 | 48 | 0 | 44 | 44 | B | 0 | 49 | 3A |
| Octal | 342 | 111 | 110 | 0 | 104 | 104 | 13 | 0 | 111 | 72 |
| Binary | 11100010 | 1001001 | 1001000 | 0 | 1000100 | 1000100 | 1011 | 0 | 1001001 | 111010 |
Color Harmonies of #E24948
Complementary color
Monochromatic Colors of #E24948
Black with #E24948
Text Example
Text Example
White with #E24948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24948; }
p { color: rgb(226,73,72); }
H1.HeaderClassName
{
color: #E24948;
}
.AnyTagClassName
{
color: #E24948;
}
</style>
background-color css
<style>
a { background-color: #E24948; }
a { background-color: rgb(226,73,72); }
div.DivClassName
{
background-color: #E24948;
}
.BgClassName
{
background-color: #E24948;
}
</style>
border-color css
<style>
span { border-color: #E24948; }
span { border-color: rgb(226,73,72); }
td.TdClassName
{
border-color: #E24948;
}
.TagClassName
{
border-color: #E24948;
}
</style>