Shades of Valencia #E35247
Tints of Valencia #E35247
RGB
CMYK
RGB Variations
Color information
#E35247 (or 0xE35247) is known color: Valencia. HEX triplet: E3, 52 and 47. RGB value is (227,82,71). Sum of RGB (Red+Green+Blue) = 227+82+71=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E35247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35247 is #1CADB8. Grayscale: #7C7C7C. Windows color (decimal): -1879481 or 4674275. OLE color: 4674275.
HSL color Cylindrical-coordinate representation of color #E35247: hue angle of 4.23º 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 #E35247 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 71 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.11 |
| HSL | 4.23º | 0.74% | 0.58% | - |
| HSV(B) | 4.23º | 0.69% | 0.89% | - |
| XYZ | 35.83 | 22.82 | 8.48 | - |
| YUV | 124.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 71 | 0 | 0.64 | 0.69 | 0.11 | 4.23 | 0.74 | 0.58 |
| Hex | E3 | 52 | 47 | 0 | 40 | 45 | B | 4 | 4A | 3A |
| Octal | 343 | 122 | 107 | 0 | 100 | 105 | 13 | 4 | 112 | 72 |
| Binary | 11100011 | 1010010 | 1000111 | 0 | 1000000 | 1000101 | 1011 | 100 | 1001010 | 111010 |
Color Harmonies of #E35247
Complementary color
Monochromatic Colors of #E35247
Black with #E35247
Text Example
Text Example
White with #E35247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35247; }
p { color: rgb(227,82,71); }
H1.HeaderClassName
{
color: #E35247;
}
.AnyTagClassName
{
color: #E35247;
}
</style>
background-color css
<style>
a { background-color: #E35247; }
a { background-color: rgb(227,82,71); }
div.DivClassName
{
background-color: #E35247;
}
.BgClassName
{
background-color: #E35247;
}
</style>
border-color css
<style>
span { border-color: #E35247; }
span { border-color: rgb(227,82,71); }
td.TdClassName
{
border-color: #E35247;
}
.TagClassName
{
border-color: #E35247;
}
</style>