Shades of Valencia #E4524D
Tints of Valencia #E4524D
RGB
CMYK
RGB Variations
Color information
#E4524D (or 0xE4524D) is known color: Valencia. HEX triplet: E4, 52 and 4D. RGB value is (228,82,77). Sum of RGB (Red+Green+Blue) = 228+82+77=387 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.91% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 228 - color contains mainly: red. Hex color #E4524D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4524D is #1BADB2. Grayscale: #7D7D7D. Windows color (decimal): -1813939 or 5067492. OLE color: 5067492.
HSL color Cylindrical-coordinate representation of color #E4524D: hue angle of 1.99º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E4524D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 77 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.11 |
| HSL | 1.99º | 0.74% | 0.6% | - |
| HSV(B) | 1.99º | 0.66% | 0.89% | - |
| XYZ | 36.35 | 23.06 | 9.56 | - |
| YUV | 125.08 | 100.87 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 77 | 0 | 0.64 | 0.66 | 0.11 | 1.99 | 0.74 | 0.6 |
| Hex | E4 | 52 | 4D | 0 | 40 | 42 | B | 2 | 4A | 3C |
| Octal | 344 | 122 | 115 | 0 | 100 | 102 | 13 | 2 | 112 | 74 |
| Binary | 11100100 | 1010010 | 1001101 | 0 | 1000000 | 1000010 | 1011 | 10 | 1001010 | 111100 |
Color Harmonies of #E4524D
Complementary color
Monochromatic Colors of #E4524D
Black with #E4524D
Text Example
Text Example
White with #E4524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4524D; }
p { color: rgb(228,82,77); }
H1.HeaderClassName
{
color: #E4524D;
}
.AnyTagClassName
{
color: #E4524D;
}
</style>
background-color css
<style>
a { background-color: #E4524D; }
a { background-color: rgb(228,82,77); }
div.DivClassName
{
background-color: #E4524D;
}
.BgClassName
{
background-color: #E4524D;
}
</style>
border-color css
<style>
span { border-color: #E4524D; }
span { border-color: rgb(228,82,77); }
td.TdClassName
{
border-color: #E4524D;
}
.TagClassName
{
border-color: #E4524D;
}
</style>