Shades of Valencia #E85047
Tints of Valencia #E85047
RGB
CMYK
RGB Variations
Color information
#E85047 (or 0xE85047) is known color: Valencia. HEX triplet: E8, 50 and 47. RGB value is (232,80,71). Sum of RGB (Red+Green+Blue) = 232+80+71=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E85047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85047 is #17AFB8. Grayscale: #7C7C7C. Windows color (decimal): -1552313 or 4673768. OLE color: 4673768.
HSL color Cylindrical-coordinate representation of color #E85047: hue angle of 3.35º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E85047 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 80 | 71 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.09 |
| HSL | 3.35º | 0.78% | 0.59% | - |
| HSV(B) | 3.35º | 0.69% | 0.91% | - |
| XYZ | 37.28 | 23.35 | 8.5 | - |
| YUV | 124.42 | 97.86 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 80 | 71 | 0 | 0.66 | 0.69 | 0.09 | 3.35 | 0.78 | 0.59 |
| Hex | E8 | 50 | 47 | 0 | 42 | 45 | 9 | 3 | 4E | 3B |
| Octal | 350 | 120 | 107 | 0 | 102 | 105 | 11 | 3 | 116 | 73 |
| Binary | 11101000 | 1010000 | 1000111 | 0 | 1000010 | 1000101 | 1001 | 11 | 1001110 | 111011 |
Color Harmonies of #E85047
Complementary color
Monochromatic Colors of #E85047
Black with #E85047
Text Example
Text Example
White with #E85047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85047; }
p { color: rgb(232,80,71); }
H1.HeaderClassName
{
color: #E85047;
}
.AnyTagClassName
{
color: #E85047;
}
</style>
background-color css
<style>
a { background-color: #E85047; }
a { background-color: rgb(232,80,71); }
div.DivClassName
{
background-color: #E85047;
}
.BgClassName
{
background-color: #E85047;
}
</style>
border-color css
<style>
span { border-color: #E85047; }
span { border-color: rgb(232,80,71); }
td.TdClassName
{
border-color: #E85047;
}
.TagClassName
{
border-color: #E85047;
}
</style>