Shades of Valencia #E35150
Tints of Valencia #E35150
RGB
CMYK
RGB Variations
Color information
#E35150 (or 0xE35150) is known color: Valencia. HEX triplet: E3, 51 and 50. RGB value is (227,81,80). Sum of RGB (Red+Green+Blue) = 227+81+80=388 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.51% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 227 - color contains mainly: red. Hex color #E35150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35150 is #1CAEAF. Grayscale: #7C7C7C. Windows color (decimal): -1879728 or 5263843. OLE color: 5263843.
HSL color Cylindrical-coordinate representation of color #E35150: hue angle of 0.41º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E35150 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 80 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.11 |
| HSL | 0.41º | 0.72% | 0.6% | - |
| HSV(B) | 0.41º | 0.65% | 0.89% | - |
| XYZ | 36.07 | 22.79 | 10.09 | - |
| YUV | 124.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 80 | 0 | 0.64 | 0.65 | 0.11 | 0.41 | 0.72 | 0.6 |
| Hex | E3 | 51 | 50 | 0 | 40 | 41 | B | 0 | 48 | 3C |
| Octal | 343 | 121 | 120 | 0 | 100 | 101 | 13 | 0 | 110 | 74 |
| Binary | 11100011 | 1010001 | 1010000 | 0 | 1000000 | 1000001 | 1011 | 0 | 1001000 | 111100 |
Color Harmonies of #E35150
Complementary color
Monochromatic Colors of #E35150
Black with #E35150
Text Example
Text Example
White with #E35150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35150; }
p { color: rgb(227,81,80); }
H1.HeaderClassName
{
color: #E35150;
}
.AnyTagClassName
{
color: #E35150;
}
</style>
background-color css
<style>
a { background-color: #E35150; }
a { background-color: rgb(227,81,80); }
div.DivClassName
{
background-color: #E35150;
}
.BgClassName
{
background-color: #E35150;
}
</style>
border-color css
<style>
span { border-color: #E35150; }
span { border-color: rgb(227,81,80); }
td.TdClassName
{
border-color: #E35150;
}
.TagClassName
{
border-color: #E35150;
}
</style>