Shades of Valencia #E4534A
Tints of Valencia #E4534A
RGB
CMYK
RGB Variations
Color information
#E4534A (or 0xE4534A) is known color: Valencia. HEX triplet: E4, 53 and 4A. RGB value is (228,83,74). Sum of RGB (Red+Green+Blue) = 228+83+74=385 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.22% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 228 - color contains mainly: red. Hex color #E4534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4534A is #1BACB5. Grayscale: #7D7D7D. Windows color (decimal): -1813686 or 4871140. OLE color: 4871140.
HSL color Cylindrical-coordinate representation of color #E4534A: hue angle of 3.51º degrees, saturation: 0.74, 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 #E4534A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 74 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.11 |
| HSL | 3.51º | 0.74% | 0.59% | - |
| HSV(B) | 3.51º | 0.68% | 0.89% | - |
| XYZ | 36.32 | 23.17 | 9.04 | - |
| YUV | 125.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 74 | 0 | 0.64 | 0.68 | 0.11 | 3.51 | 0.74 | 0.59 |
| Hex | E4 | 53 | 4A | 0 | 40 | 44 | B | 4 | 4A | 3B |
| Octal | 344 | 123 | 112 | 0 | 100 | 104 | 13 | 4 | 112 | 73 |
| Binary | 11100100 | 1010011 | 1001010 | 0 | 1000000 | 1000100 | 1011 | 100 | 1001010 | 111011 |
Color Harmonies of #E4534A
Complementary color
Monochromatic Colors of #E4534A
Black with #E4534A
Text Example
Text Example
White with #E4534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4534A; }
p { color: rgb(228,83,74); }
H1.HeaderClassName
{
color: #E4534A;
}
.AnyTagClassName
{
color: #E4534A;
}
</style>
background-color css
<style>
a { background-color: #E4534A; }
a { background-color: rgb(228,83,74); }
div.DivClassName
{
background-color: #E4534A;
}
.BgClassName
{
background-color: #E4534A;
}
</style>
border-color css
<style>
span { border-color: #E4534A; }
span { border-color: rgb(228,83,74); }
td.TdClassName
{
border-color: #E4534A;
}
.TagClassName
{
border-color: #E4534A;
}
</style>