Shades of Valencia #E6524A
Tints of Valencia #E6524A
RGB
CMYK
RGB Variations
Color information
#E6524A (or 0xE6524A) is known color: Valencia. HEX triplet: E6, 52 and 4A. RGB value is (230,82,74). Sum of RGB (Red+Green+Blue) = 230+82+74=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6524A is #19ADB5. Grayscale: #7D7D7D. Windows color (decimal): -1682870 or 4870886. OLE color: 4870886.
HSL color Cylindrical-coordinate representation of color #E6524A: hue angle of 3.08º 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 #E6524A is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 74 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.10 |
| HSL | 3.08º | 0.76% | 0.6% | - |
| HSV(B) | 3.08º | 0.68% | 0.9% | - |
| XYZ | 36.89 | 23.35 | 9.04 | - |
| YUV | 125.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 74 | 0 | 0.64 | 0.68 | 0.10 | 3.08 | 0.76 | 0.6 |
| Hex | E6 | 52 | 4A | 0 | 40 | 44 | A | 3 | 4C | 3C |
| Octal | 346 | 122 | 112 | 0 | 100 | 104 | 12 | 3 | 114 | 74 |
| Binary | 11100110 | 1010010 | 1001010 | 0 | 1000000 | 1000100 | 1010 | 11 | 1001100 | 111100 |
Color Harmonies of #E6524A
Complementary color
Monochromatic Colors of #E6524A
Black with #E6524A
Text Example
Text Example
White with #E6524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6524A; }
p { color: rgb(230,82,74); }
H1.HeaderClassName
{
color: #E6524A;
}
.AnyTagClassName
{
color: #E6524A;
}
</style>
background-color css
<style>
a { background-color: #E6524A; }
a { background-color: rgb(230,82,74); }
div.DivClassName
{
background-color: #E6524A;
}
.BgClassName
{
background-color: #E6524A;
}
</style>
border-color css
<style>
span { border-color: #E6524A; }
span { border-color: rgb(230,82,74); }
td.TdClassName
{
border-color: #E6524A;
}
.TagClassName
{
border-color: #E6524A;
}
</style>