Shades of Valencia #E45447
Tints of Valencia #E45447
RGB
CMYK
RGB Variations
Color information
#E45447 (or 0xE45447) is known color: Valencia. HEX triplet: E4, 54 and 47. RGB value is (228,84,71). Sum of RGB (Red+Green+Blue) = 228+84+71=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E45447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45447 is #1BABB8. Grayscale: #7D7D7D. Windows color (decimal): -1813433 or 4674788. OLE color: 4674788.
HSL color Cylindrical-coordinate representation of color #E45447: hue angle of 4.97º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E45447 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 84 | 71 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.11 |
| HSL | 4.97º | 0.74% | 0.59% | - |
| HSV(B) | 4.97º | 0.69% | 0.89% | - |
| XYZ | 36.3 | 23.29 | 8.54 | - |
| YUV | 125.57 | 97.21 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 84 | 71 | 0 | 0.63 | 0.69 | 0.11 | 4.97 | 0.74 | 0.59 |
| Hex | E4 | 54 | 47 | 0 | 3F | 45 | B | 5 | 4A | 3B |
| Octal | 344 | 124 | 107 | 0 | 77 | 105 | 13 | 5 | 112 | 73 |
| Binary | 11100100 | 1010100 | 1000111 | 0 | 111111 | 1000101 | 1011 | 101 | 1001010 | 111011 |
Color Harmonies of #E45447
Complementary color
Monochromatic Colors of #E45447
Black with #E45447
Text Example
Text Example
White with #E45447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45447; }
p { color: rgb(228,84,71); }
H1.HeaderClassName
{
color: #E45447;
}
.AnyTagClassName
{
color: #E45447;
}
</style>
background-color css
<style>
a { background-color: #E45447; }
a { background-color: rgb(228,84,71); }
div.DivClassName
{
background-color: #E45447;
}
.BgClassName
{
background-color: #E45447;
}
</style>
border-color css
<style>
span { border-color: #E45447; }
span { border-color: rgb(228,84,71); }
td.TdClassName
{
border-color: #E45447;
}
.TagClassName
{
border-color: #E45447;
}
</style>