Shades of Valencia #E45144
Tints of Valencia #E45144
RGB
CMYK
RGB Variations
Color information
#E45144 (or 0xE45144) is known color: Valencia. HEX triplet: E4, 51 and 44. RGB value is (228,81,68). Sum of RGB (Red+Green+Blue) = 228+81+68=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E45144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45144 is #1BAEBB. Grayscale: #7B7B7B. Windows color (decimal): -1814204 or 4477412. OLE color: 4477412.
HSL color Cylindrical-coordinate representation of color #E45144: hue angle of 4.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E45144 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 68 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.11 |
| HSL | 4.88º | 0.75% | 0.58% | - |
| HSV(B) | 4.88º | 0.7% | 0.89% | - |
| XYZ | 35.98 | 22.8 | 7.97 | - |
| YUV | 123.47 | 96.7 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 68 | 0 | 0.64 | 0.70 | 0.11 | 4.88 | 0.75 | 0.58 |
| Hex | E4 | 51 | 44 | 0 | 40 | 46 | B | 5 | 4B | 3A |
| Octal | 344 | 121 | 104 | 0 | 100 | 106 | 13 | 5 | 113 | 72 |
| Binary | 11100100 | 1010001 | 1000100 | 0 | 1000000 | 1000110 | 1011 | 101 | 1001011 | 111010 |
Color Harmonies of #E45144
Complementary color
Monochromatic Colors of #E45144
Black with #E45144
Text Example
Text Example
White with #E45144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45144; }
p { color: rgb(228,81,68); }
H1.HeaderClassName
{
color: #E45144;
}
.AnyTagClassName
{
color: #E45144;
}
</style>
background-color css
<style>
a { background-color: #E45144; }
a { background-color: rgb(228,81,68); }
div.DivClassName
{
background-color: #E45144;
}
.BgClassName
{
background-color: #E45144;
}
</style>
border-color css
<style>
span { border-color: #E45144; }
span { border-color: rgb(228,81,68); }
td.TdClassName
{
border-color: #E45144;
}
.TagClassName
{
border-color: #E45144;
}
</style>