Shades of Valencia #E6504A
Tints of Valencia #E6504A
RGB
CMYK
RGB Variations
Color information
#E6504A (or 0xE6504A) is known color: Valencia. HEX triplet: E6, 50 and 4A. RGB value is (230,80,74). Sum of RGB (Red+Green+Blue) = 230+80+74=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E6504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6504A is #19AFB5. Grayscale: #7C7C7C. Windows color (decimal): -1683382 or 4870374. OLE color: 4870374.
HSL color Cylindrical-coordinate representation of color #E6504A: hue angle of 2.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6504A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 74 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.10 |
| HSL | 2.31º | 0.76% | 0.6% | - |
| HSV(B) | 2.31º | 0.68% | 0.9% | - |
| XYZ | 36.74 | 23.05 | 8.99 | - |
| YUV | 124.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 74 | 0 | 0.65 | 0.68 | 0.10 | 2.31 | 0.76 | 0.6 |
| Hex | E6 | 50 | 4A | 0 | 41 | 44 | A | 2 | 4C | 3C |
| Octal | 346 | 120 | 112 | 0 | 101 | 104 | 12 | 2 | 114 | 74 |
| Binary | 11100110 | 1010000 | 1001010 | 0 | 1000001 | 1000100 | 1010 | 10 | 1001100 | 111100 |
Color Harmonies of #E6504A
Complementary color
Monochromatic Colors of #E6504A
Black with #E6504A
Text Example
Text Example
White with #E6504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6504A; }
p { color: rgb(230,80,74); }
H1.HeaderClassName
{
color: #E6504A;
}
.AnyTagClassName
{
color: #E6504A;
}
</style>
background-color css
<style>
a { background-color: #E6504A; }
a { background-color: rgb(230,80,74); }
div.DivClassName
{
background-color: #E6504A;
}
.BgClassName
{
background-color: #E6504A;
}
</style>
border-color css
<style>
span { border-color: #E6504A; }
span { border-color: rgb(230,80,74); }
td.TdClassName
{
border-color: #E6504A;
}
.TagClassName
{
border-color: #E6504A;
}
</style>