Shades of Valencia #E14A4A
Tints of Valencia #E14A4A
RGB
CMYK
RGB Variations
Color information
#E14A4A (or 0xE14A4A) is known color: Valencia. HEX triplet: E1, 4A and 4A. RGB value is (225,74,74). Sum of RGB (Red+Green+Blue) = 225+74+74=373 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.32% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A4A is #1EB5B5. Grayscale: #777777. Windows color (decimal): -2012598 or 4868833. OLE color: 4868833.
HSL color Cylindrical-coordinate representation of color #E14A4A: hue angle of 0º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14A4A is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 74 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.12 |
| HSL | 0º | 0.72% | 0.59% | - |
| HSV(B) | 0º | 0.67% | 0.88% | - |
| XYZ | 34.74 | 21.4 | 8.78 | - |
| YUV | 119.15 | 102.53 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 74 | 0 | 0.67 | 0.67 | 0.12 | 0 | 0.72 | 0.59 |
| Hex | E1 | 4A | 4A | 0 | 43 | 43 | C | 0 | 48 | 3B |
| Octal | 341 | 112 | 112 | 0 | 103 | 103 | 14 | 0 | 110 | 73 |
| Binary | 11100001 | 1001010 | 1001010 | 0 | 1000011 | 1000011 | 1100 | 0 | 1001000 | 111011 |
Color Harmonies of #E14A4A
Complementary color
Monochromatic Colors of #E14A4A
Black with #E14A4A
Text Example
Text Example
White with #E14A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A4A; }
p { color: rgb(225,74,74); }
H1.HeaderClassName
{
color: #E14A4A;
}
.AnyTagClassName
{
color: #E14A4A;
}
</style>
background-color css
<style>
a { background-color: #E14A4A; }
a { background-color: rgb(225,74,74); }
div.DivClassName
{
background-color: #E14A4A;
}
.BgClassName
{
background-color: #E14A4A;
}
</style>
border-color css
<style>
span { border-color: #E14A4A; }
span { border-color: rgb(225,74,74); }
td.TdClassName
{
border-color: #E14A4A;
}
.TagClassName
{
border-color: #E14A4A;
}
</style>