Shades of Valencia #E7524E
Tints of Valencia #E7524E
RGB
CMYK
RGB Variations
Color information
#E7524E (or 0xE7524E) is known color: Valencia. HEX triplet: E7, 52 and 4E. RGB value is (231,82,78). Sum of RGB (Red+Green+Blue) = 231+82+78=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 78 (30.86% from 255 or 19.95% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7524E is #18ADB1. Grayscale: #7E7E7E. Windows color (decimal): -1617330 or 5133031. OLE color: 5133031.
HSL color Cylindrical-coordinate representation of color #E7524E: hue angle of 1.57º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7524E is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 78 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.09 |
| HSL | 1.57º | 0.76% | 0.61% | - |
| HSV(B) | 1.57º | 0.66% | 0.91% | - |
| XYZ | 37.35 | 23.57 | 9.79 | - |
| YUV | 126.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 78 | 0 | 0.65 | 0.66 | 0.09 | 1.57 | 0.76 | 0.61 |
| Hex | E7 | 52 | 4E | 0 | 41 | 42 | 9 | 2 | 4C | 3D |
| Octal | 347 | 122 | 116 | 0 | 101 | 102 | 11 | 2 | 114 | 75 |
| Binary | 11100111 | 1010010 | 1001110 | 0 | 1000001 | 1000010 | 1001 | 10 | 1001100 | 111101 |
Color Harmonies of #E7524E
Complementary color
Monochromatic Colors of #E7524E
Black with #E7524E
Text Example
Text Example
White with #E7524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7524E; }
p { color: rgb(231,82,78); }
H1.HeaderClassName
{
color: #E7524E;
}
.AnyTagClassName
{
color: #E7524E;
}
</style>
background-color css
<style>
a { background-color: #E7524E; }
a { background-color: rgb(231,82,78); }
div.DivClassName
{
background-color: #E7524E;
}
.BgClassName
{
background-color: #E7524E;
}
</style>
border-color css
<style>
span { border-color: #E7524E; }
span { border-color: rgb(231,82,78); }
td.TdClassName
{
border-color: #E7524E;
}
.TagClassName
{
border-color: #E7524E;
}
</style>