Shades of Valencia #E6514C
Tints of Valencia #E6514C
RGB
CMYK
RGB Variations
Color information
#E6514C (or 0xE6514C) is known color: Valencia. HEX triplet: E6, 51 and 4C. RGB value is (230,81,76). Sum of RGB (Red+Green+Blue) = 230+81+76=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6514C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6514C is #19AEB3. Grayscale: #7D7D7D. Windows color (decimal): -1683124 or 5001702. OLE color: 5001702.
HSL color Cylindrical-coordinate representation of color #E6514C: hue angle of 1.95º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6514C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 76 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.10 |
| HSL | 1.95º | 0.75% | 0.6% | - |
| HSV(B) | 1.95º | 0.67% | 0.9% | - |
| XYZ | 36.88 | 23.23 | 9.38 | - |
| YUV | 124.98 | 100.36 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 76 | 0 | 0.65 | 0.67 | 0.10 | 1.95 | 0.75 | 0.6 |
| Hex | E6 | 51 | 4C | 0 | 41 | 43 | A | 2 | 4B | 3C |
| Octal | 346 | 121 | 114 | 0 | 101 | 103 | 12 | 2 | 113 | 74 |
| Binary | 11100110 | 1010001 | 1001100 | 0 | 1000001 | 1000011 | 1010 | 10 | 1001011 | 111100 |
Color Harmonies of #E6514C
Complementary color
Monochromatic Colors of #E6514C
Black with #E6514C
Text Example
Text Example
White with #E6514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6514C; }
p { color: rgb(230,81,76); }
H1.HeaderClassName
{
color: #E6514C;
}
.AnyTagClassName
{
color: #E6514C;
}
</style>
background-color css
<style>
a { background-color: #E6514C; }
a { background-color: rgb(230,81,76); }
div.DivClassName
{
background-color: #E6514C;
}
.BgClassName
{
background-color: #E6514C;
}
</style>
border-color css
<style>
span { border-color: #E6514C; }
span { border-color: rgb(230,81,76); }
td.TdClassName
{
border-color: #E6514C;
}
.TagClassName
{
border-color: #E6514C;
}
</style>