Shades of Valencia #E15045
Tints of Valencia #E15045
RGB
CMYK
RGB Variations
Color information
#E15045 (or 0xE15045) is known color: Valencia. HEX triplet: E1, 50 and 45. RGB value is (225,80,69). Sum of RGB (Red+Green+Blue) = 225+80+69=374 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.16% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 225 - color contains mainly: red. Hex color #E15045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15045 is #1EAFBA. Grayscale: #7A7A7A. Windows color (decimal): -2011067 or 4542689. OLE color: 4542689.
HSL color Cylindrical-coordinate representation of color #E15045: hue angle of 4.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E15045 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 69 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.12 |
| HSL | 4.23º | 0.72% | 0.58% | - |
| HSV(B) | 4.23º | 0.69% | 0.88% | - |
| XYZ | 34.99 | 22.17 | 8.07 | - |
| YUV | 122.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 69 | 0 | 0.64 | 0.69 | 0.12 | 4.23 | 0.72 | 0.58 |
| Hex | E1 | 50 | 45 | 0 | 40 | 45 | C | 4 | 48 | 3A |
| Octal | 341 | 120 | 105 | 0 | 100 | 105 | 14 | 4 | 110 | 72 |
| Binary | 11100001 | 1010000 | 1000101 | 0 | 1000000 | 1000101 | 1100 | 100 | 1001000 | 111010 |
Color Harmonies of #E15045
Complementary color
Monochromatic Colors of #E15045
Black with #E15045
Text Example
Text Example
White with #E15045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15045; }
p { color: rgb(225,80,69); }
H1.HeaderClassName
{
color: #E15045;
}
.AnyTagClassName
{
color: #E15045;
}
</style>
background-color css
<style>
a { background-color: #E15045; }
a { background-color: rgb(225,80,69); }
div.DivClassName
{
background-color: #E15045;
}
.BgClassName
{
background-color: #E15045;
}
</style>
border-color css
<style>
span { border-color: #E15045; }
span { border-color: rgb(225,80,69); }
td.TdClassName
{
border-color: #E15045;
}
.TagClassName
{
border-color: #E15045;
}
</style>