Shades of Valencia #E35548
Tints of Valencia #E35548
RGB
CMYK
RGB Variations
Color information
#E35548 (or 0xE35548) is known color: Valencia. HEX triplet: E3, 55 and 48. RGB value is (227,85,72). Sum of RGB (Red+Green+Blue) = 227+85+72=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E35548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35548 is #1CAAB7. Grayscale: #7E7E7E. Windows color (decimal): -1878712 or 4740579. OLE color: 4740579.
HSL color Cylindrical-coordinate representation of color #E35548: hue angle of 5.03º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E35548 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 72 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.11 |
| HSL | 5.03º | 0.73% | 0.59% | - |
| HSV(B) | 5.03º | 0.68% | 0.89% | - |
| XYZ | 36.1 | 23.3 | 8.72 | - |
| YUV | 125.98 | 97.54 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 72 | 0 | 0.63 | 0.68 | 0.11 | 5.03 | 0.73 | 0.59 |
| Hex | E3 | 55 | 48 | 0 | 3F | 44 | B | 5 | 49 | 3B |
| Octal | 343 | 125 | 110 | 0 | 77 | 104 | 13 | 5 | 111 | 73 |
| Binary | 11100011 | 1010101 | 1001000 | 0 | 111111 | 1000100 | 1011 | 101 | 1001001 | 111011 |
Color Harmonies of #E35548
Complementary color
Monochromatic Colors of #E35548
Black with #E35548
Text Example
Text Example
White with #E35548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35548; }
p { color: rgb(227,85,72); }
H1.HeaderClassName
{
color: #E35548;
}
.AnyTagClassName
{
color: #E35548;
}
</style>
background-color css
<style>
a { background-color: #E35548; }
a { background-color: rgb(227,85,72); }
div.DivClassName
{
background-color: #E35548;
}
.BgClassName
{
background-color: #E35548;
}
</style>
border-color css
<style>
span { border-color: #E35548; }
span { border-color: rgb(227,85,72); }
td.TdClassName
{
border-color: #E35548;
}
.TagClassName
{
border-color: #E35548;
}
</style>