Shades of Valencia #E4524F
Tints of Valencia #E4524F
RGB
CMYK
RGB Variations
Color information
#E4524F (or 0xE4524F) is known color: Valencia. HEX triplet: E4, 52 and 4F. RGB value is (228,82,79). Sum of RGB (Red+Green+Blue) = 228+82+79=389 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.61% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 228 - color contains mainly: red. Hex color #E4524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4524F is #1BADB0. Grayscale: #7D7D7D. Windows color (decimal): -1813937 or 5198564. OLE color: 5198564.
HSL color Cylindrical-coordinate representation of color #E4524F: hue angle of 1.21º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4524F is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 79 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.11 |
| HSL | 1.21º | 0.73% | 0.6% | - |
| HSV(B) | 1.21º | 0.65% | 0.89% | - |
| XYZ | 36.42 | 23.09 | 9.93 | - |
| YUV | 125.31 | 101.87 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 79 | 0 | 0.64 | 0.65 | 0.11 | 1.21 | 0.73 | 0.6 |
| Hex | E4 | 52 | 4F | 0 | 40 | 41 | B | 1 | 49 | 3C |
| Octal | 344 | 122 | 117 | 0 | 100 | 101 | 13 | 1 | 111 | 74 |
| Binary | 11100100 | 1010010 | 1001111 | 0 | 1000000 | 1000001 | 1011 | 1 | 1001001 | 111100 |
Color Harmonies of #E4524F
Complementary color
Monochromatic Colors of #E4524F
Black with #E4524F
Text Example
Text Example
White with #E4524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4524F; }
p { color: rgb(228,82,79); }
H1.HeaderClassName
{
color: #E4524F;
}
.AnyTagClassName
{
color: #E4524F;
}
</style>
background-color css
<style>
a { background-color: #E4524F; }
a { background-color: rgb(228,82,79); }
div.DivClassName
{
background-color: #E4524F;
}
.BgClassName
{
background-color: #E4524F;
}
</style>
border-color css
<style>
span { border-color: #E4524F; }
span { border-color: rgb(228,82,79); }
td.TdClassName
{
border-color: #E4524F;
}
.TagClassName
{
border-color: #E4524F;
}
</style>