Shades of Valencia #E14F4D
Tints of Valencia #E14F4D
RGB
CMYK
RGB Variations
Color information
#E14F4D (or 0xE14F4D) is known color: Valencia. HEX triplet: E1, 4F and 4D. RGB value is (225,79,77). Sum of RGB (Red+Green+Blue) = 225+79+77=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F4D is #1EB0B2. Grayscale: #7A7A7A. Windows color (decimal): -2011315 or 5066721. OLE color: 5066721.
HSL color Cylindrical-coordinate representation of color #E14F4D: hue angle of 0.81º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14F4D is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 77 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.12 |
| HSL | 0.81º | 0.71% | 0.59% | - |
| HSV(B) | 0.81º | 0.66% | 0.88% | - |
| XYZ | 35.19 | 22.14 | 9.44 | - |
| YUV | 122.43 | 102.37 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 77 | 0 | 0.65 | 0.66 | 0.12 | 0.81 | 0.71 | 0.59 |
| Hex | E1 | 4F | 4D | 0 | 41 | 42 | C | 1 | 47 | 3B |
| Octal | 341 | 117 | 115 | 0 | 101 | 102 | 14 | 1 | 107 | 73 |
| Binary | 11100001 | 1001111 | 1001101 | 0 | 1000001 | 1000010 | 1100 | 1 | 1000111 | 111011 |
Color Harmonies of #E14F4D
Complementary color
Monochromatic Colors of #E14F4D
Black with #E14F4D
Text Example
Text Example
White with #E14F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F4D; }
p { color: rgb(225,79,77); }
H1.HeaderClassName
{
color: #E14F4D;
}
.AnyTagClassName
{
color: #E14F4D;
}
</style>
background-color css
<style>
a { background-color: #E14F4D; }
a { background-color: rgb(225,79,77); }
div.DivClassName
{
background-color: #E14F4D;
}
.BgClassName
{
background-color: #E14F4D;
}
</style>
border-color css
<style>
span { border-color: #E14F4D; }
span { border-color: rgb(225,79,77); }
td.TdClassName
{
border-color: #E14F4D;
}
.TagClassName
{
border-color: #E14F4D;
}
</style>