Shades of Valencia #E5524A
Tints of Valencia #E5524A
RGB
CMYK
RGB Variations
Color information
#E5524A (or 0xE5524A) is known color: Valencia. HEX triplet: E5, 52 and 4A. RGB value is (229,82,74). Sum of RGB (Red+Green+Blue) = 229+82+74=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E5524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5524A is #1AADB5. Grayscale: #7D7D7D. Windows color (decimal): -1748406 or 4870885. OLE color: 4870885.
HSL color Cylindrical-coordinate representation of color #E5524A: hue angle of 3.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5524A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 74 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.10 |
| HSL | 3.1º | 0.75% | 0.59% | - |
| HSV(B) | 3.1º | 0.68% | 0.9% | - |
| XYZ | 36.57 | 23.19 | 9.03 | - |
| YUV | 125.04 | 99.2 | 202.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 74 | 0 | 0.64 | 0.68 | 0.10 | 3.1 | 0.75 | 0.59 |
| Hex | E5 | 52 | 4A | 0 | 40 | 44 | A | 3 | 4B | 3B |
| Octal | 345 | 122 | 112 | 0 | 100 | 104 | 12 | 3 | 113 | 73 |
| Binary | 11100101 | 1010010 | 1001010 | 0 | 1000000 | 1000100 | 1010 | 11 | 1001011 | 111011 |
Color Harmonies of #E5524A
Complementary color
Monochromatic Colors of #E5524A
Black with #E5524A
Text Example
Text Example
White with #E5524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5524A; }
p { color: rgb(229,82,74); }
H1.HeaderClassName
{
color: #E5524A;
}
.AnyTagClassName
{
color: #E5524A;
}
</style>
background-color css
<style>
a { background-color: #E5524A; }
a { background-color: rgb(229,82,74); }
div.DivClassName
{
background-color: #E5524A;
}
.BgClassName
{
background-color: #E5524A;
}
</style>
border-color css
<style>
span { border-color: #E5524A; }
span { border-color: rgb(229,82,74); }
td.TdClassName
{
border-color: #E5524A;
}
.TagClassName
{
border-color: #E5524A;
}
</style>