Shades of Valencia #E54F45
Tints of Valencia #E54F45
RGB
CMYK
RGB Variations
Color information
#E54F45 (or 0xE54F45) is known color: Valencia. HEX triplet: E5, 4F and 45. RGB value is (229,79,69). Sum of RGB (Red+Green+Blue) = 229+79+69=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54F45 is #1AB0BA. Grayscale: #7A7A7A. Windows color (decimal): -1749179 or 4542437. OLE color: 4542437.
HSL color Cylindrical-coordinate representation of color #E54F45: hue angle of 3.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54F45 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 69 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.10 |
| HSL | 3.75º | 0.75% | 0.58% | - |
| HSV(B) | 3.75º | 0.7% | 0.9% | - |
| XYZ | 36.18 | 22.68 | 8.1 | - |
| YUV | 122.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 69 | 0 | 0.66 | 0.70 | 0.10 | 3.75 | 0.75 | 0.58 |
| Hex | E5 | 4F | 45 | 0 | 42 | 46 | A | 4 | 4B | 3A |
| Octal | 345 | 117 | 105 | 0 | 102 | 106 | 12 | 4 | 113 | 72 |
| Binary | 11100101 | 1001111 | 1000101 | 0 | 1000010 | 1000110 | 1010 | 100 | 1001011 | 111010 |
Color Harmonies of #E54F45
Complementary color
Monochromatic Colors of #E54F45
Black with #E54F45
Text Example
Text Example
White with #E54F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F45; }
p { color: rgb(229,79,69); }
H1.HeaderClassName
{
color: #E54F45;
}
.AnyTagClassName
{
color: #E54F45;
}
</style>
background-color css
<style>
a { background-color: #E54F45; }
a { background-color: rgb(229,79,69); }
div.DivClassName
{
background-color: #E54F45;
}
.BgClassName
{
background-color: #E54F45;
}
</style>
border-color css
<style>
span { border-color: #E54F45; }
span { border-color: rgb(229,79,69); }
td.TdClassName
{
border-color: #E54F45;
}
.TagClassName
{
border-color: #E54F45;
}
</style>