Shades of Valencia #E15249
Tints of Valencia #E15249
RGB
CMYK
RGB Variations
Color information
#E15249 (or 0xE15249) is known color: Valencia. HEX triplet: E1, 52 and 49. RGB value is (225,82,73). Sum of RGB (Red+Green+Blue) = 225+82+73=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 73 (28.91% from 255 or 19.21% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E15249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15249 is #1EADB6. Grayscale: #7B7B7B. Windows color (decimal): -2010551 or 4805345. OLE color: 4805345.
HSL color Cylindrical-coordinate representation of color #E15249: hue angle of 3.55º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E15249 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 73 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.12 |
| HSL | 3.55º | 0.72% | 0.58% | - |
| HSV(B) | 3.55º | 0.68% | 0.88% | - |
| XYZ | 35.27 | 22.52 | 8.79 | - |
| YUV | 123.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 73 | 0 | 0.64 | 0.68 | 0.12 | 3.55 | 0.72 | 0.58 |
| Hex | E1 | 52 | 49 | 0 | 40 | 44 | C | 4 | 48 | 3A |
| Octal | 341 | 122 | 111 | 0 | 100 | 104 | 14 | 4 | 110 | 72 |
| Binary | 11100001 | 1010010 | 1001001 | 0 | 1000000 | 1000100 | 1100 | 100 | 1001000 | 111010 |
Color Harmonies of #E15249
Complementary color
Monochromatic Colors of #E15249
Black with #E15249
Text Example
Text Example
White with #E15249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15249; }
p { color: rgb(225,82,73); }
H1.HeaderClassName
{
color: #E15249;
}
.AnyTagClassName
{
color: #E15249;
}
</style>
background-color css
<style>
a { background-color: #E15249; }
a { background-color: rgb(225,82,73); }
div.DivClassName
{
background-color: #E15249;
}
.BgClassName
{
background-color: #E15249;
}
</style>
border-color css
<style>
span { border-color: #E15249; }
span { border-color: rgb(225,82,73); }
td.TdClassName
{
border-color: #E15249;
}
.TagClassName
{
border-color: #E15249;
}
</style>