Shades of Valencia #E5504F
Tints of Valencia #E5504F
RGB
CMYK
RGB Variations
Color information
#E5504F (or 0xE5504F) is known color: Valencia. HEX triplet: E5, 50 and 4F. RGB value is (229,80,79). Sum of RGB (Red+Green+Blue) = 229+80+79=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5504F is #1AAFB0. Grayscale: #7C7C7C. Windows color (decimal): -1748913 or 5198053. OLE color: 5198053.
HSL color Cylindrical-coordinate representation of color #E5504F: hue angle of 0.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5504F is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 79 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.10 |
| HSL | 0.4º | 0.74% | 0.6% | - |
| HSV(B) | 0.4º | 0.66% | 0.9% | - |
| XYZ | 36.59 | 22.96 | 9.9 | - |
| YUV | 124.44 | 102.36 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 79 | 0 | 0.65 | 0.66 | 0.10 | 0.4 | 0.74 | 0.6 |
| Hex | E5 | 50 | 4F | 0 | 41 | 42 | A | 0 | 4A | 3C |
| Octal | 345 | 120 | 117 | 0 | 101 | 102 | 12 | 0 | 112 | 74 |
| Binary | 11100101 | 1010000 | 1001111 | 0 | 1000001 | 1000010 | 1010 | 0 | 1001010 | 111100 |
Color Harmonies of #E5504F
Complementary color
Monochromatic Colors of #E5504F
Black with #E5504F
Text Example
Text Example
White with #E5504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5504F; }
p { color: rgb(229,80,79); }
H1.HeaderClassName
{
color: #E5504F;
}
.AnyTagClassName
{
color: #E5504F;
}
</style>
background-color css
<style>
a { background-color: #E5504F; }
a { background-color: rgb(229,80,79); }
div.DivClassName
{
background-color: #E5504F;
}
.BgClassName
{
background-color: #E5504F;
}
</style>
border-color css
<style>
span { border-color: #E5504F; }
span { border-color: rgb(229,80,79); }
td.TdClassName
{
border-color: #E5504F;
}
.TagClassName
{
border-color: #E5504F;
}
</style>