Shades of Valencia #E15250
Tints of Valencia #E15250
RGB
CMYK
RGB Variations
Color information
#E15250 (or 0xE15250) is known color: Valencia. HEX triplet: E1, 52 and 50. RGB value is (225,82,80). Sum of RGB (Red+Green+Blue) = 225+82+80=387 (51% of max value = 765). Red value is 225 (88.28% from 255 or 58.14% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 225 - color contains mainly: red. Hex color #E15250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15250 is #1EADAF. Grayscale: #7C7C7C. Windows color (decimal): -2010544 or 5264097. OLE color: 5264097.
HSL color Cylindrical-coordinate representation of color #E15250: hue angle of 0.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15250 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 80 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.12 |
| HSL | 0.83º | 0.71% | 0.6% | - |
| HSV(B) | 0.83º | 0.64% | 0.88% | - |
| XYZ | 35.52 | 22.62 | 10.08 | - |
| YUV | 124.53 | 102.88 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 80 | 0 | 0.64 | 0.64 | 0.12 | 0.83 | 0.71 | 0.6 |
| Hex | E1 | 52 | 50 | 0 | 40 | 40 | C | 1 | 47 | 3C |
| Octal | 341 | 122 | 120 | 0 | 100 | 100 | 14 | 1 | 107 | 74 |
| Binary | 11100001 | 1010010 | 1010000 | 0 | 1000000 | 1000000 | 1100 | 1 | 1000111 | 111100 |
Color Harmonies of #E15250
Complementary color
Monochromatic Colors of #E15250
Black with #E15250
Text Example
Text Example
White with #E15250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15250; }
p { color: rgb(225,82,80); }
H1.HeaderClassName
{
color: #E15250;
}
.AnyTagClassName
{
color: #E15250;
}
</style>
background-color css
<style>
a { background-color: #E15250; }
a { background-color: rgb(225,82,80); }
div.DivClassName
{
background-color: #E15250;
}
.BgClassName
{
background-color: #E15250;
}
</style>
border-color css
<style>
span { border-color: #E15250; }
span { border-color: rgb(225,82,80); }
td.TdClassName
{
border-color: #E15250;
}
.TagClassName
{
border-color: #E15250;
}
</style>