Shades of Valencia #E65247
Tints of Valencia #E65247
RGB
CMYK
RGB Variations
Color information
#E65247 (or 0xE65247) is known color: Valencia. HEX triplet: E6, 52 and 47. RGB value is (230,82,71). Sum of RGB (Red+Green+Blue) = 230+82+71=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E65247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65247 is #19ADB8. Grayscale: #7D7D7D. Windows color (decimal): -1682873 or 4674278. OLE color: 4674278.
HSL color Cylindrical-coordinate representation of color #E65247: hue angle of 4.15º degrees, saturation: 0.76, 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 #E65247 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 71 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.10 |
| HSL | 4.15º | 0.76% | 0.59% | - |
| HSV(B) | 4.15º | 0.69% | 0.9% | - |
| XYZ | 36.79 | 23.31 | 8.52 | - |
| YUV | 125 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 71 | 0 | 0.64 | 0.69 | 0.10 | 4.15 | 0.76 | 0.59 |
| Hex | E6 | 52 | 47 | 0 | 40 | 45 | A | 4 | 4C | 3B |
| Octal | 346 | 122 | 107 | 0 | 100 | 105 | 12 | 4 | 114 | 73 |
| Binary | 11100110 | 1010010 | 1000111 | 0 | 1000000 | 1000101 | 1010 | 100 | 1001100 | 111011 |
Color Harmonies of #E65247
Complementary color
Monochromatic Colors of #E65247
Black with #E65247
Text Example
Text Example
White with #E65247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65247; }
p { color: rgb(230,82,71); }
H1.HeaderClassName
{
color: #E65247;
}
.AnyTagClassName
{
color: #E65247;
}
</style>
background-color css
<style>
a { background-color: #E65247; }
a { background-color: rgb(230,82,71); }
div.DivClassName
{
background-color: #E65247;
}
.BgClassName
{
background-color: #E65247;
}
</style>
border-color css
<style>
span { border-color: #E65247; }
span { border-color: rgb(230,82,71); }
td.TdClassName
{
border-color: #E65247;
}
.TagClassName
{
border-color: #E65247;
}
</style>