Shades of Valencia #E35147
Tints of Valencia #E35147
RGB
CMYK
RGB Variations
Color information
#E35147 (or 0xE35147) is known color: Valencia. HEX triplet: E3, 51 and 47. RGB value is (227,81,71). Sum of RGB (Red+Green+Blue) = 227+81+71=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E35147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35147 is #1CAEB8. Grayscale: #7B7B7B. Windows color (decimal): -1879737 or 4674019. OLE color: 4674019.
HSL color Cylindrical-coordinate representation of color #E35147: hue angle of 3.85º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E35147 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 71 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.11 |
| HSL | 3.85º | 0.74% | 0.58% | - |
| HSV(B) | 3.85º | 0.69% | 0.89% | - |
| XYZ | 35.76 | 22.67 | 8.45 | - |
| YUV | 123.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 71 | 0 | 0.64 | 0.69 | 0.11 | 3.85 | 0.74 | 0.58 |
| Hex | E3 | 51 | 47 | 0 | 40 | 45 | B | 4 | 4A | 3A |
| Octal | 343 | 121 | 107 | 0 | 100 | 105 | 13 | 4 | 112 | 72 |
| Binary | 11100011 | 1010001 | 1000111 | 0 | 1000000 | 1000101 | 1011 | 100 | 1001010 | 111010 |
Color Harmonies of #E35147
Complementary color
Monochromatic Colors of #E35147
Black with #E35147
Text Example
Text Example
White with #E35147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35147; }
p { color: rgb(227,81,71); }
H1.HeaderClassName
{
color: #E35147;
}
.AnyTagClassName
{
color: #E35147;
}
</style>
background-color css
<style>
a { background-color: #E35147; }
a { background-color: rgb(227,81,71); }
div.DivClassName
{
background-color: #E35147;
}
.BgClassName
{
background-color: #E35147;
}
</style>
border-color css
<style>
span { border-color: #E35147; }
span { border-color: rgb(227,81,71); }
td.TdClassName
{
border-color: #E35147;
}
.TagClassName
{
border-color: #E35147;
}
</style>