Shades of Valencia #E15047
Tints of Valencia #E15047
RGB
CMYK
RGB Variations
Color information
#E15047 (or 0xE15047) is known color: Valencia. HEX triplet: E1, 50 and 47. RGB value is (225,80,71). Sum of RGB (Red+Green+Blue) = 225+80+71=376 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.84% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 225 - color contains mainly: red. Hex color #E15047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15047 is #1EAFB8. Grayscale: #7A7A7A. Windows color (decimal): -2011065 or 4673761. OLE color: 4673761.
HSL color Cylindrical-coordinate representation of color #E15047: hue angle of 3.51º 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 #E15047 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 71 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.12 |
| HSL | 3.51º | 0.72% | 0.58% | - |
| HSV(B) | 3.51º | 0.68% | 0.88% | - |
| XYZ | 35.06 | 22.2 | 8.4 | - |
| YUV | 122.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 71 | 0 | 0.64 | 0.68 | 0.12 | 3.51 | 0.72 | 0.58 |
| Hex | E1 | 50 | 47 | 0 | 40 | 44 | C | 4 | 48 | 3A |
| Octal | 341 | 120 | 107 | 0 | 100 | 104 | 14 | 4 | 110 | 72 |
| Binary | 11100001 | 1010000 | 1000111 | 0 | 1000000 | 1000100 | 1100 | 100 | 1001000 | 111010 |
Color Harmonies of #E15047
Complementary color
Monochromatic Colors of #E15047
Black with #E15047
Text Example
Text Example
White with #E15047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15047; }
p { color: rgb(225,80,71); }
H1.HeaderClassName
{
color: #E15047;
}
.AnyTagClassName
{
color: #E15047;
}
</style>
background-color css
<style>
a { background-color: #E15047; }
a { background-color: rgb(225,80,71); }
div.DivClassName
{
background-color: #E15047;
}
.BgClassName
{
background-color: #E15047;
}
</style>
border-color css
<style>
span { border-color: #E15047; }
span { border-color: rgb(225,80,71); }
td.TdClassName
{
border-color: #E15047;
}
.TagClassName
{
border-color: #E15047;
}
</style>