Shades of Valencia #E15445
Tints of Valencia #E15445
RGB
CMYK
RGB Variations
Color information
#E15445 (or 0xE15445) is known color: Valencia. HEX triplet: E1, 54 and 45. RGB value is (225,84,69). Sum of RGB (Red+Green+Blue) = 225+84+69=378 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.52% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 225 - color contains mainly: red. Hex color #E15445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15445 is #1EABBA. Grayscale: #7C7C7C. Windows color (decimal): -2010043 or 4543713. OLE color: 4543713.
HSL color Cylindrical-coordinate representation of color #E15445: hue angle of 5.77º 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 #E15445 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 69 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.12 |
| HSL | 5.77º | 0.72% | 0.58% | - |
| HSV(B) | 5.77º | 0.69% | 0.88% | - |
| XYZ | 35.3 | 22.78 | 8.17 | - |
| YUV | 124.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 69 | 0 | 0.63 | 0.69 | 0.12 | 5.77 | 0.72 | 0.58 |
| Hex | E1 | 54 | 45 | 0 | 3F | 45 | C | 6 | 48 | 3A |
| Octal | 341 | 124 | 105 | 0 | 77 | 105 | 14 | 6 | 110 | 72 |
| Binary | 11100001 | 1010100 | 1000101 | 0 | 111111 | 1000101 | 1100 | 110 | 1001000 | 111010 |
Color Harmonies of #E15445
Complementary color
Monochromatic Colors of #E15445
Black with #E15445
Text Example
Text Example
White with #E15445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15445; }
p { color: rgb(225,84,69); }
H1.HeaderClassName
{
color: #E15445;
}
.AnyTagClassName
{
color: #E15445;
}
</style>
background-color css
<style>
a { background-color: #E15445; }
a { background-color: rgb(225,84,69); }
div.DivClassName
{
background-color: #E15445;
}
.BgClassName
{
background-color: #E15445;
}
</style>
border-color css
<style>
span { border-color: #E15445; }
span { border-color: rgb(225,84,69); }
td.TdClassName
{
border-color: #E15445;
}
.TagClassName
{
border-color: #E15445;
}
</style>