Shades of Valencia #E1544F
Tints of Valencia #E1544F
RGB
CMYK
RGB Variations
Color information
#E1544F (or 0xE1544F) is known color: Valencia. HEX triplet: E1, 54 and 4F. RGB value is (225,84,79). Sum of RGB (Red+Green+Blue) = 225+84+79=388 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.99% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 225 - color contains mainly: red. Hex color #E1544F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1544F is #1EABB0. Grayscale: #7D7D7D. Windows color (decimal): -2010033 or 5199073. OLE color: 5199073.
HSL color Cylindrical-coordinate representation of color #E1544F: hue angle of 2.05º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1544F is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 79 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.12 |
| HSL | 2.05º | 0.71% | 0.6% | - |
| HSV(B) | 2.05º | 0.65% | 0.88% | - |
| XYZ | 35.63 | 22.91 | 9.94 | - |
| YUV | 125.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 79 | 0 | 0.63 | 0.65 | 0.12 | 2.05 | 0.71 | 0.6 |
| Hex | E1 | 54 | 4F | 0 | 3F | 41 | C | 2 | 47 | 3C |
| Octal | 341 | 124 | 117 | 0 | 77 | 101 | 14 | 2 | 107 | 74 |
| Binary | 11100001 | 1010100 | 1001111 | 0 | 111111 | 1000001 | 1100 | 10 | 1000111 | 111100 |
Color Harmonies of #E1544F
Complementary color
Monochromatic Colors of #E1544F
Black with #E1544F
Text Example
Text Example
White with #E1544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1544F; }
p { color: rgb(225,84,79); }
H1.HeaderClassName
{
color: #E1544F;
}
.AnyTagClassName
{
color: #E1544F;
}
</style>
background-color css
<style>
a { background-color: #E1544F; }
a { background-color: rgb(225,84,79); }
div.DivClassName
{
background-color: #E1544F;
}
.BgClassName
{
background-color: #E1544F;
}
</style>
border-color css
<style>
span { border-color: #E1544F; }
span { border-color: rgb(225,84,79); }
td.TdClassName
{
border-color: #E1544F;
}
.TagClassName
{
border-color: #E1544F;
}
</style>