Shades of Valencia #E65047
Tints of Valencia #E65047
RGB
CMYK
RGB Variations
Color information
#E65047 (or 0xE65047) is known color: Valencia. HEX triplet: E6, 50 and 47. RGB value is (230,80,71). Sum of RGB (Red+Green+Blue) = 230+80+71=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E65047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65047 is #19AFB8. Grayscale: #7C7C7C. Windows color (decimal): -1683385 or 4673766. OLE color: 4673766.
HSL color Cylindrical-coordinate representation of color #E65047: hue angle of 3.4º 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 #E65047 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 71 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.10 |
| HSL | 3.4º | 0.76% | 0.59% | - |
| HSV(B) | 3.4º | 0.69% | 0.9% | - |
| XYZ | 36.64 | 23.02 | 8.47 | - |
| YUV | 123.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 71 | 0 | 0.65 | 0.69 | 0.10 | 3.4 | 0.76 | 0.59 |
| Hex | E6 | 50 | 47 | 0 | 41 | 45 | A | 3 | 4C | 3B |
| Octal | 346 | 120 | 107 | 0 | 101 | 105 | 12 | 3 | 114 | 73 |
| Binary | 11100110 | 1010000 | 1000111 | 0 | 1000001 | 1000101 | 1010 | 11 | 1001100 | 111011 |
Color Harmonies of #E65047
Complementary color
Monochromatic Colors of #E65047
Black with #E65047
Text Example
Text Example
White with #E65047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65047; }
p { color: rgb(230,80,71); }
H1.HeaderClassName
{
color: #E65047;
}
.AnyTagClassName
{
color: #E65047;
}
</style>
background-color css
<style>
a { background-color: #E65047; }
a { background-color: rgb(230,80,71); }
div.DivClassName
{
background-color: #E65047;
}
.BgClassName
{
background-color: #E65047;
}
</style>
border-color css
<style>
span { border-color: #E65047; }
span { border-color: rgb(230,80,71); }
td.TdClassName
{
border-color: #E65047;
}
.TagClassName
{
border-color: #E65047;
}
</style>