Shades of Valencia #E65246
Tints of Valencia #E65246
RGB
CMYK
RGB Variations
Color information
#E65246 (or 0xE65246) is known color: Valencia. HEX triplet: E6, 52 and 46. RGB value is (230,82,70). Sum of RGB (Red+Green+Blue) = 230+82+70=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E65246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65246 is #19ADB9. Grayscale: #7D7D7D. Windows color (decimal): -1682874 or 4608742. OLE color: 4608742.
HSL color Cylindrical-coordinate representation of color #E65246: hue angle of 4.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E65246 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 70 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.10 |
| HSL | 4.5º | 0.76% | 0.59% | - |
| HSV(B) | 4.5º | 0.7% | 0.9% | - |
| XYZ | 36.76 | 23.3 | 8.35 | - |
| YUV | 124.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 70 | 0 | 0.64 | 0.70 | 0.10 | 4.5 | 0.76 | 0.59 |
| Hex | E6 | 52 | 46 | 0 | 40 | 46 | A | 4 | 4C | 3B |
| Octal | 346 | 122 | 106 | 0 | 100 | 106 | 12 | 4 | 114 | 73 |
| Binary | 11100110 | 1010010 | 1000110 | 0 | 1000000 | 1000110 | 1010 | 100 | 1001100 | 111011 |
Color Harmonies of #E65246
Complementary color
Monochromatic Colors of #E65246
Black with #E65246
Text Example
Text Example
White with #E65246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65246; }
p { color: rgb(230,82,70); }
H1.HeaderClassName
{
color: #E65246;
}
.AnyTagClassName
{
color: #E65246;
}
</style>
background-color css
<style>
a { background-color: #E65246; }
a { background-color: rgb(230,82,70); }
div.DivClassName
{
background-color: #E65246;
}
.BgClassName
{
background-color: #E65246;
}
</style>
border-color css
<style>
span { border-color: #E65246; }
span { border-color: rgb(230,82,70); }
td.TdClassName
{
border-color: #E65246;
}
.TagClassName
{
border-color: #E65246;
}
</style>