Shades of Valencia #E85151
Tints of Valencia #E85151
RGB
CMYK
RGB Variations
Color information
#E85151 (or 0xE85151) is known color: Valencia. HEX triplet: E8, 51 and 51. RGB value is (232,81,81). Sum of RGB (Red+Green+Blue) = 232+81+81=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E85151 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85151 is #17AEAE. Grayscale: #7E7E7E. Windows color (decimal): -1552047 or 5329384. OLE color: 5329384.
HSL color Cylindrical-coordinate representation of color #E85151: hue angle of 0º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85151 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 81 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.09 |
| HSL | 0º | 0.77% | 0.61% | - |
| HSV(B) | 0º | 0.65% | 0.91% | - |
| XYZ | 37.71 | 23.63 | 10.36 | - |
| YUV | 126.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 81 | 0 | 0.65 | 0.65 | 0.09 | 0 | 0.77 | 0.61 |
| Hex | E8 | 51 | 51 | 0 | 41 | 41 | 9 | 0 | 4D | 3D |
| Octal | 350 | 121 | 121 | 0 | 101 | 101 | 11 | 0 | 115 | 75 |
| Binary | 11101000 | 1010001 | 1010001 | 0 | 1000001 | 1000001 | 1001 | 0 | 1001101 | 111101 |
Color Harmonies of #E85151
Complementary color
Monochromatic Colors of #E85151
Black with #E85151
Text Example
Text Example
White with #E85151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85151; }
p { color: rgb(232,81,81); }
H1.HeaderClassName
{
color: #E85151;
}
.AnyTagClassName
{
color: #E85151;
}
</style>
background-color css
<style>
a { background-color: #E85151; }
a { background-color: rgb(232,81,81); }
div.DivClassName
{
background-color: #E85151;
}
.BgClassName
{
background-color: #E85151;
}
</style>
border-color css
<style>
span { border-color: #E85151; }
span { border-color: rgb(232,81,81); }
td.TdClassName
{
border-color: #E85151;
}
.TagClassName
{
border-color: #E85151;
}
</style>