Shades of Valencia #E45250
Tints of Valencia #E45250
RGB
CMYK
RGB Variations
Color information
#E45250 (or 0xE45250) is known color: Valencia. HEX triplet: E4, 52 and 50. RGB value is (228,82,80). Sum of RGB (Red+Green+Blue) = 228+82+80=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E45250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45250 is #1BADAF. Grayscale: #7D7D7D. Windows color (decimal): -1813936 or 5264100. OLE color: 5264100.
HSL color Cylindrical-coordinate representation of color #E45250: hue angle of 0.81º 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 #E45250 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 80 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.11 |
| HSL | 0.81º | 0.73% | 0.6% | - |
| HSV(B) | 0.81º | 0.65% | 0.89% | - |
| XYZ | 36.46 | 23.11 | 10.13 | - |
| YUV | 125.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 80 | 0 | 0.64 | 0.65 | 0.11 | 0.81 | 0.73 | 0.6 |
| Hex | E4 | 52 | 50 | 0 | 40 | 41 | B | 1 | 49 | 3C |
| Octal | 344 | 122 | 120 | 0 | 100 | 101 | 13 | 1 | 111 | 74 |
| Binary | 11100100 | 1010010 | 1010000 | 0 | 1000000 | 1000001 | 1011 | 1 | 1001001 | 111100 |
Color Harmonies of #E45250
Complementary color
Monochromatic Colors of #E45250
Black with #E45250
Text Example
Text Example
White with #E45250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45250; }
p { color: rgb(228,82,80); }
H1.HeaderClassName
{
color: #E45250;
}
.AnyTagClassName
{
color: #E45250;
}
</style>
background-color css
<style>
a { background-color: #E45250; }
a { background-color: rgb(228,82,80); }
div.DivClassName
{
background-color: #E45250;
}
.BgClassName
{
background-color: #E45250;
}
</style>
border-color css
<style>
span { border-color: #E45250; }
span { border-color: rgb(228,82,80); }
td.TdClassName
{
border-color: #E45250;
}
.TagClassName
{
border-color: #E45250;
}
</style>