Shades of Valencia #E74F4D
Tints of Valencia #E74F4D
RGB
CMYK
RGB Variations
Color information
#E74F4D (or 0xE74F4D) is known color: Valencia. HEX triplet: E7, 4F and 4D. RGB value is (231,79,77). Sum of RGB (Red+Green+Blue) = 231+79+77=387 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.69% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 231 - color contains mainly: red. Hex color #E74F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E74F4D is #18B0B2. Grayscale: #7C7C7C. Windows color (decimal): -1618099 or 5066727. OLE color: 5066727.
HSL color Cylindrical-coordinate representation of color #E74F4D: hue angle of 0.78º 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 #E74F4D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 79 | 77 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.09 |
| HSL | 0.78º | 0.76% | 0.6% | - |
| HSV(B) | 0.78º | 0.67% | 0.91% | - |
| XYZ | 37.09 | 23.12 | 9.53 | - |
| YUV | 124.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 79 | 77 | 0 | 0.66 | 0.67 | 0.09 | 0.78 | 0.76 | 0.6 |
| Hex | E7 | 4F | 4D | 0 | 42 | 43 | 9 | 1 | 4C | 3C |
| Octal | 347 | 117 | 115 | 0 | 102 | 103 | 11 | 1 | 114 | 74 |
| Binary | 11100111 | 1001111 | 1001101 | 0 | 1000010 | 1000011 | 1001 | 1 | 1001100 | 111100 |
Color Harmonies of #E74F4D
Complementary color
Monochromatic Colors of #E74F4D
Black with #E74F4D
Text Example
Text Example
White with #E74F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74F4D; }
p { color: rgb(231,79,77); }
H1.HeaderClassName
{
color: #E74F4D;
}
.AnyTagClassName
{
color: #E74F4D;
}
</style>
background-color css
<style>
a { background-color: #E74F4D; }
a { background-color: rgb(231,79,77); }
div.DivClassName
{
background-color: #E74F4D;
}
.BgClassName
{
background-color: #E74F4D;
}
</style>
border-color css
<style>
span { border-color: #E74F4D; }
span { border-color: rgb(231,79,77); }
td.TdClassName
{
border-color: #E74F4D;
}
.TagClassName
{
border-color: #E74F4D;
}
</style>