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