Shades of Valencia #E65148
Tints of Valencia #E65148
RGB
CMYK
RGB Variations
Color information
#E65148 (or 0xE65148) is known color: Valencia. HEX triplet: E6, 51 and 48. RGB value is (230,81,72). Sum of RGB (Red+Green+Blue) = 230+81+72=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E65148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65148 is #19AEB7. Grayscale: #7C7C7C. Windows color (decimal): -1683128 or 4739558. OLE color: 4739558.
HSL color Cylindrical-coordinate representation of color #E65148: hue angle of 3.42º 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 #E65148 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 72 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.10 |
| HSL | 3.42º | 0.76% | 0.59% | - |
| HSV(B) | 3.42º | 0.69% | 0.9% | - |
| XYZ | 36.75 | 23.18 | 8.67 | - |
| YUV | 124.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 72 | 0 | 0.65 | 0.69 | 0.10 | 3.42 | 0.76 | 0.59 |
| Hex | E6 | 51 | 48 | 0 | 41 | 45 | A | 3 | 4C | 3B |
| Octal | 346 | 121 | 110 | 0 | 101 | 105 | 12 | 3 | 114 | 73 |
| Binary | 11100110 | 1010001 | 1001000 | 0 | 1000001 | 1000101 | 1010 | 11 | 1001100 | 111011 |
Color Harmonies of #E65148
Complementary color
Monochromatic Colors of #E65148
Black with #E65148
Text Example
Text Example
White with #E65148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65148; }
p { color: rgb(230,81,72); }
H1.HeaderClassName
{
color: #E65148;
}
.AnyTagClassName
{
color: #E65148;
}
</style>
background-color css
<style>
a { background-color: #E65148; }
a { background-color: rgb(230,81,72); }
div.DivClassName
{
background-color: #E65148;
}
.BgClassName
{
background-color: #E65148;
}
</style>
border-color css
<style>
span { border-color: #E65148; }
span { border-color: rgb(230,81,72); }
td.TdClassName
{
border-color: #E65148;
}
.TagClassName
{
border-color: #E65148;
}
</style>