Shades of Valencia #E05151
Tints of Valencia #E05151
RGB
CMYK
RGB Variations
Color information
#E05151 (or 0xE05151) is known color: Valencia. HEX triplet: E0, 51 and 51. RGB value is (224,81,81). Sum of RGB (Red+Green+Blue) = 224+81+81=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E05151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05151 is #1FAEAE. Grayscale: #7B7B7B. Windows color (decimal): -2076335 or 5329376. OLE color: 5329376.
HSL color Cylindrical-coordinate representation of color #E05151: hue angle of 0º degrees, saturation: 0.7, 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 #E05151 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 81 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.12 |
| HSL | 0º | 0.7% | 0.6% | - |
| HSV(B) | 0º | 0.64% | 0.88% | - |
| XYZ | 35.17 | 22.33 | 10.24 | - |
| YUV | 123.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 81 | 0 | 0.64 | 0.64 | 0.12 | 0 | 0.7 | 0.6 |
| Hex | E0 | 51 | 51 | 0 | 40 | 40 | C | 0 | 46 | 3C |
| Octal | 340 | 121 | 121 | 0 | 100 | 100 | 14 | 0 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1010001 | 0 | 1000000 | 1000000 | 1100 | 0 | 1000110 | 111100 |
Color Harmonies of #E05151
Complementary color
Monochromatic Colors of #E05151
Black with #E05151
Text Example
Text Example
White with #E05151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05151; }
p { color: rgb(224,81,81); }
H1.HeaderClassName
{
color: #E05151;
}
.AnyTagClassName
{
color: #E05151;
}
</style>
background-color css
<style>
a { background-color: #E05151; }
a { background-color: rgb(224,81,81); }
div.DivClassName
{
background-color: #E05151;
}
.BgClassName
{
background-color: #E05151;
}
</style>
border-color css
<style>
span { border-color: #E05151; }
span { border-color: rgb(224,81,81); }
td.TdClassName
{
border-color: #E05151;
}
.TagClassName
{
border-color: #E05151;
}
</style>