Shades of Valencia #E35651
Tints of Valencia #E35651
RGB
CMYK
RGB Variations
Color information
#E35651 (or 0xE35651) is known color: Valencia. HEX triplet: E3, 56 and 51. RGB value is (227,86,81). Sum of RGB (Red+Green+Blue) = 227+86+81=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E35651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35651 is #1CA9AE. Grayscale: #7F7F7F. Windows color (decimal): -1878447 or 5330659. OLE color: 5330659.
HSL color Cylindrical-coordinate representation of color #E35651: hue angle of 2.05º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35651 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 86 | 81 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.11 |
| HSL | 2.05º | 0.72% | 0.6% | - |
| HSV(B) | 2.05º | 0.64% | 0.89% | - |
| XYZ | 36.49 | 23.58 | 10.41 | - |
| YUV | 127.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 86 | 81 | 0 | 0.62 | 0.64 | 0.11 | 2.05 | 0.72 | 0.6 |
| Hex | E3 | 56 | 51 | 0 | 3E | 40 | B | 2 | 48 | 3C |
| Octal | 343 | 126 | 121 | 0 | 76 | 100 | 13 | 2 | 110 | 74 |
| Binary | 11100011 | 1010110 | 1010001 | 0 | 111110 | 1000000 | 1011 | 10 | 1001000 | 111100 |
Color Harmonies of #E35651
Complementary color
Monochromatic Colors of #E35651
Black with #E35651
Text Example
Text Example
White with #E35651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35651; }
p { color: rgb(227,86,81); }
H1.HeaderClassName
{
color: #E35651;
}
.AnyTagClassName
{
color: #E35651;
}
</style>
background-color css
<style>
a { background-color: #E35651; }
a { background-color: rgb(227,86,81); }
div.DivClassName
{
background-color: #E35651;
}
.BgClassName
{
background-color: #E35651;
}
</style>
border-color css
<style>
span { border-color: #E35651; }
span { border-color: rgb(227,86,81); }
td.TdClassName
{
border-color: #E35651;
}
.TagClassName
{
border-color: #E35651;
}
</style>