Shades of Valencia #E05242
Tints of Valencia #E05242
RGB
CMYK
RGB Variations
Color information
#E05242 (or 0xE05242) is known color: Valencia. HEX triplet: E0, 52 and 42. RGB value is (224,82,66). Sum of RGB (Red+Green+Blue) = 224+82+66=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E05242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05242 is #1FADBD. Grayscale: #7A7A7A. Windows color (decimal): -2076094 or 4346592. OLE color: 4346592.
HSL color Cylindrical-coordinate representation of color #E05242: hue angle of 6.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E05242 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 66 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.12 |
| HSL | 6.08º | 0.72% | 0.57% | - |
| HSV(B) | 6.08º | 0.71% | 0.88% | - |
| XYZ | 34.74 | 22.28 | 7.62 | - |
| YUV | 122.63 | 96.04 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 66 | 0 | 0.63 | 0.71 | 0.12 | 6.08 | 0.72 | 0.57 |
| Hex | E0 | 52 | 42 | 0 | 3F | 47 | C | 6 | 48 | 39 |
| Octal | 340 | 122 | 102 | 0 | 77 | 107 | 14 | 6 | 110 | 71 |
| Binary | 11100000 | 1010010 | 1000010 | 0 | 111111 | 1000111 | 1100 | 110 | 1001000 | 111001 |
Color Harmonies of #E05242
Complementary color
Monochromatic Colors of #E05242
Black with #E05242
Text Example
Text Example
White with #E05242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05242; }
p { color: rgb(224,82,66); }
H1.HeaderClassName
{
color: #E05242;
}
.AnyTagClassName
{
color: #E05242;
}
</style>
background-color css
<style>
a { background-color: #E05242; }
a { background-color: rgb(224,82,66); }
div.DivClassName
{
background-color: #E05242;
}
.BgClassName
{
background-color: #E05242;
}
</style>
border-color css
<style>
span { border-color: #E05242; }
span { border-color: rgb(224,82,66); }
td.TdClassName
{
border-color: #E05242;
}
.TagClassName
{
border-color: #E05242;
}
</style>