Shades of Valencia #E65146
Tints of Valencia #E65146
RGB
CMYK
RGB Variations
Color information
#E65146 (or 0xE65146) is known color: Valencia. HEX triplet: E6, 51 and 46. RGB value is (230,81,70). Sum of RGB (Red+Green+Blue) = 230+81+70=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E65146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65146 is #19AEB9. Grayscale: #7C7C7C. Windows color (decimal): -1683130 or 4608486. OLE color: 4608486.
HSL color Cylindrical-coordinate representation of color #E65146: hue angle of 4.12º 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 #E65146 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 70 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.10 |
| HSL | 4.13º | 0.76% | 0.59% | - |
| HSV(B) | 4.13º | 0.7% | 0.9% | - |
| XYZ | 36.68 | 23.15 | 8.33 | - |
| YUV | 124.3 | 97.36 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 70 | 0 | 0.65 | 0.70 | 0.10 | 4.13 | 0.76 | 0.59 |
| Hex | E6 | 51 | 46 | 0 | 41 | 46 | A | 4 | 4C | 3B |
| Octal | 346 | 121 | 106 | 0 | 101 | 106 | 12 | 4 | 114 | 73 |
| Binary | 11100110 | 1010001 | 1000110 | 0 | 1000001 | 1000110 | 1010 | 100 | 1001100 | 111011 |
Color Harmonies of #E65146
Complementary color
Monochromatic Colors of #E65146
Black with #E65146
Text Example
Text Example
White with #E65146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65146; }
p { color: rgb(230,81,70); }
H1.HeaderClassName
{
color: #E65146;
}
.AnyTagClassName
{
color: #E65146;
}
</style>
background-color css
<style>
a { background-color: #E65146; }
a { background-color: rgb(230,81,70); }
div.DivClassName
{
background-color: #E65146;
}
.BgClassName
{
background-color: #E65146;
}
</style>
border-color css
<style>
span { border-color: #E65146; }
span { border-color: rgb(230,81,70); }
td.TdClassName
{
border-color: #E65146;
}
.TagClassName
{
border-color: #E65146;
}
</style>