Shades of Valencia #E7504C
Tints of Valencia #E7504C
RGB
CMYK
RGB Variations
Color information
#E7504C (or 0xE7504C) is known color: Valencia. HEX triplet: E7, 50 and 4C. RGB value is (231,80,76). Sum of RGB (Red+Green+Blue) = 231+80+76=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 76 (30.08% from 255 or 19.64% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E7504C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7504C is #18AFB3. Grayscale: #7C7C7C. Windows color (decimal): -1617844 or 5001447. OLE color: 5001447.
HSL color Cylindrical-coordinate representation of color #E7504C: hue angle of 1.55º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7504C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 80 | 76 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.09 |
| HSL | 1.55º | 0.76% | 0.6% | - |
| HSV(B) | 1.55º | 0.67% | 0.91% | - |
| XYZ | 37.13 | 23.25 | 9.37 | - |
| YUV | 124.69 | 100.53 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 80 | 76 | 0 | 0.65 | 0.67 | 0.09 | 1.55 | 0.76 | 0.6 |
| Hex | E7 | 50 | 4C | 0 | 41 | 43 | 9 | 2 | 4C | 3C |
| Octal | 347 | 120 | 114 | 0 | 101 | 103 | 11 | 2 | 114 | 74 |
| Binary | 11100111 | 1010000 | 1001100 | 0 | 1000001 | 1000011 | 1001 | 10 | 1001100 | 111100 |
Color Harmonies of #E7504C
Complementary color
Monochromatic Colors of #E7504C
Black with #E7504C
Text Example
Text Example
White with #E7504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7504C; }
p { color: rgb(231,80,76); }
H1.HeaderClassName
{
color: #E7504C;
}
.AnyTagClassName
{
color: #E7504C;
}
</style>
background-color css
<style>
a { background-color: #E7504C; }
a { background-color: rgb(231,80,76); }
div.DivClassName
{
background-color: #E7504C;
}
.BgClassName
{
background-color: #E7504C;
}
</style>
border-color css
<style>
span { border-color: #E7504C; }
span { border-color: rgb(231,80,76); }
td.TdClassName
{
border-color: #E7504C;
}
.TagClassName
{
border-color: #E7504C;
}
</style>