Shades of Valencia #E55247
Tints of Valencia #E55247
RGB
CMYK
RGB Variations
Color information
#E55247 (or 0xE55247) is known color: Valencia. HEX triplet: E5, 52 and 47. RGB value is (229,82,71). Sum of RGB (Red+Green+Blue) = 229+82+71=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 71 (28.12% from 255 or 18.59% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E55247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55247 is #1AADB8. Grayscale: #7C7C7C. Windows color (decimal): -1748409 or 4674277. OLE color: 4674277.
HSL color Cylindrical-coordinate representation of color #E55247: hue angle of 4.18º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E55247 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 71 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.10 |
| HSL | 4.18º | 0.75% | 0.59% | - |
| HSV(B) | 4.18º | 0.69% | 0.9% | - |
| XYZ | 36.47 | 23.15 | 8.51 | - |
| YUV | 124.7 | 97.7 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 71 | 0 | 0.64 | 0.69 | 0.10 | 4.18 | 0.75 | 0.59 |
| Hex | E5 | 52 | 47 | 0 | 40 | 45 | A | 4 | 4B | 3B |
| Octal | 345 | 122 | 107 | 0 | 100 | 105 | 12 | 4 | 113 | 73 |
| Binary | 11100101 | 1010010 | 1000111 | 0 | 1000000 | 1000101 | 1010 | 100 | 1001011 | 111011 |
Color Harmonies of #E55247
Complementary color
Monochromatic Colors of #E55247
Black with #E55247
Text Example
Text Example
White with #E55247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55247; }
p { color: rgb(229,82,71); }
H1.HeaderClassName
{
color: #E55247;
}
.AnyTagClassName
{
color: #E55247;
}
</style>
background-color css
<style>
a { background-color: #E55247; }
a { background-color: rgb(229,82,71); }
div.DivClassName
{
background-color: #E55247;
}
.BgClassName
{
background-color: #E55247;
}
</style>
border-color css
<style>
span { border-color: #E55247; }
span { border-color: rgb(229,82,71); }
td.TdClassName
{
border-color: #E55247;
}
.TagClassName
{
border-color: #E55247;
}
</style>