Shades of Valencia #E15251
Tints of Valencia #E15251
RGB
CMYK
RGB Variations
Color information
#E15251 (or 0xE15251) is known color: Valencia. HEX triplet: E1, 52 and 51. RGB value is (225,82,81). Sum of RGB (Red+Green+Blue) = 225+82+81=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E15251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15251 is #1EADAE. Grayscale: #7C7C7C. Windows color (decimal): -2010543 or 5329633. OLE color: 5329633.
HSL color Cylindrical-coordinate representation of color #E15251: hue angle of 0.42º 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 #E15251 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 81 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.12 |
| HSL | 0.42º | 0.71% | 0.6% | - |
| HSV(B) | 0.42º | 0.64% | 0.88% | - |
| XYZ | 35.55 | 22.64 | 10.28 | - |
| YUV | 124.64 | 103.38 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 81 | 0 | 0.64 | 0.64 | 0.12 | 0.42 | 0.71 | 0.6 |
| Hex | E1 | 52 | 51 | 0 | 40 | 40 | C | 0 | 47 | 3C |
| Octal | 341 | 122 | 121 | 0 | 100 | 100 | 14 | 0 | 107 | 74 |
| Binary | 11100001 | 1010010 | 1010001 | 0 | 1000000 | 1000000 | 1100 | 0 | 1000111 | 111100 |
Color Harmonies of #E15251
Complementary color
Monochromatic Colors of #E15251
Black with #E15251
Text Example
Text Example
White with #E15251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15251; }
p { color: rgb(225,82,81); }
H1.HeaderClassName
{
color: #E15251;
}
.AnyTagClassName
{
color: #E15251;
}
</style>
background-color css
<style>
a { background-color: #E15251; }
a { background-color: rgb(225,82,81); }
div.DivClassName
{
background-color: #E15251;
}
.BgClassName
{
background-color: #E15251;
}
</style>
border-color css
<style>
span { border-color: #E15251; }
span { border-color: rgb(225,82,81); }
td.TdClassName
{
border-color: #E15251;
}
.TagClassName
{
border-color: #E15251;
}
</style>