Shades of Valencia #E15150
Tints of Valencia #E15150
RGB
CMYK
RGB Variations
Color information
#E15150 (or 0xE15150) is known color: Valencia. HEX triplet: E1, 51 and 50. RGB value is (225,81,80). Sum of RGB (Red+Green+Blue) = 225+81+80=386 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.29% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 225 - color contains mainly: red. Hex color #E15150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15150 is #1EAEAF. Grayscale: #7C7C7C. Windows color (decimal): -2010800 or 5263841. OLE color: 5263841.
HSL color Cylindrical-coordinate representation of color #E15150: hue angle of 0.41º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15150 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 80 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.12 |
| HSL | 0.41º | 0.71% | 0.6% | - |
| HSV(B) | 0.41º | 0.64% | 0.88% | - |
| XYZ | 35.44 | 22.47 | 10.06 | - |
| YUV | 123.94 | 103.21 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 80 | 0 | 0.64 | 0.64 | 0.12 | 0.41 | 0.71 | 0.6 |
| Hex | E1 | 51 | 50 | 0 | 40 | 40 | C | 0 | 47 | 3C |
| Octal | 341 | 121 | 120 | 0 | 100 | 100 | 14 | 0 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1010000 | 0 | 1000000 | 1000000 | 1100 | 0 | 1000111 | 111100 |
Color Harmonies of #E15150
Complementary color
Monochromatic Colors of #E15150
Black with #E15150
Text Example
Text Example
White with #E15150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15150; }
p { color: rgb(225,81,80); }
H1.HeaderClassName
{
color: #E15150;
}
.AnyTagClassName
{
color: #E15150;
}
</style>
background-color css
<style>
a { background-color: #E15150; }
a { background-color: rgb(225,81,80); }
div.DivClassName
{
background-color: #E15150;
}
.BgClassName
{
background-color: #E15150;
}
</style>
border-color css
<style>
span { border-color: #E15150; }
span { border-color: rgb(225,81,80); }
td.TdClassName
{
border-color: #E15150;
}
.TagClassName
{
border-color: #E15150;
}
</style>