Shades of Valencia #E45350
Tints of Valencia #E45350
RGB
CMYK
RGB Variations
Color information
#E45350 (or 0xE45350) is known color: Valencia. HEX triplet: E4, 53 and 50. RGB value is (228,83,80). Sum of RGB (Red+Green+Blue) = 228+83+80=391 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.31% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 228 - color contains mainly: red. Hex color #E45350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45350 is #1BACAF. Grayscale: #7E7E7E. Windows color (decimal): -1813680 or 5264356. OLE color: 5264356.
HSL color Cylindrical-coordinate representation of color #E45350: hue angle of 1.22º 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 #E45350 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 80 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.11 |
| HSL | 1.22º | 0.73% | 0.6% | - |
| HSV(B) | 1.22º | 0.65% | 0.89% | - |
| XYZ | 36.54 | 23.26 | 10.15 | - |
| YUV | 126.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 80 | 0 | 0.64 | 0.65 | 0.11 | 1.22 | 0.73 | 0.6 |
| Hex | E4 | 53 | 50 | 0 | 40 | 41 | B | 1 | 49 | 3C |
| Octal | 344 | 123 | 120 | 0 | 100 | 101 | 13 | 1 | 111 | 74 |
| Binary | 11100100 | 1010011 | 1010000 | 0 | 1000000 | 1000001 | 1011 | 1 | 1001001 | 111100 |
Color Harmonies of #E45350
Complementary color
Monochromatic Colors of #E45350
Black with #E45350
Text Example
Text Example
White with #E45350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45350; }
p { color: rgb(228,83,80); }
H1.HeaderClassName
{
color: #E45350;
}
.AnyTagClassName
{
color: #E45350;
}
</style>
background-color css
<style>
a { background-color: #E45350; }
a { background-color: rgb(228,83,80); }
div.DivClassName
{
background-color: #E45350;
}
.BgClassName
{
background-color: #E45350;
}
</style>
border-color css
<style>
span { border-color: #E45350; }
span { border-color: rgb(228,83,80); }
td.TdClassName
{
border-color: #E45350;
}
.TagClassName
{
border-color: #E45350;
}
</style>