Shades of Valencia #E45249
Tints of Valencia #E45249
RGB
CMYK
RGB Variations
Color information
#E45249 (or 0xE45249) is known color: Valencia. HEX triplet: E4, 52 and 49. RGB value is (228,82,73). Sum of RGB (Red+Green+Blue) = 228+82+73=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E45249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45249 is #1BADB6. Grayscale: #7C7C7C. Windows color (decimal): -1813943 or 4805348. OLE color: 4805348.
HSL color Cylindrical-coordinate representation of color #E45249: hue angle of 3.48º degrees, saturation: 0.74, 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 #E45249 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 73 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.11 |
| HSL | 3.48º | 0.74% | 0.59% | - |
| HSV(B) | 3.48º | 0.68% | 0.89% | - |
| XYZ | 36.21 | 23.01 | 8.84 | - |
| YUV | 124.63 | 98.87 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 73 | 0 | 0.64 | 0.68 | 0.11 | 3.48 | 0.74 | 0.59 |
| Hex | E4 | 52 | 49 | 0 | 40 | 44 | B | 3 | 4A | 3B |
| Octal | 344 | 122 | 111 | 0 | 100 | 104 | 13 | 3 | 112 | 73 |
| Binary | 11100100 | 1010010 | 1001001 | 0 | 1000000 | 1000100 | 1011 | 11 | 1001010 | 111011 |
Color Harmonies of #E45249
Complementary color
Monochromatic Colors of #E45249
Black with #E45249
Text Example
Text Example
White with #E45249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45249; }
p { color: rgb(228,82,73); }
H1.HeaderClassName
{
color: #E45249;
}
.AnyTagClassName
{
color: #E45249;
}
</style>
background-color css
<style>
a { background-color: #E45249; }
a { background-color: rgb(228,82,73); }
div.DivClassName
{
background-color: #E45249;
}
.BgClassName
{
background-color: #E45249;
}
</style>
border-color css
<style>
span { border-color: #E45249; }
span { border-color: rgb(228,82,73); }
td.TdClassName
{
border-color: #E45249;
}
.TagClassName
{
border-color: #E45249;
}
</style>