Shades of Valencia #E34E48
Tints of Valencia #E34E48
RGB
CMYK
RGB Variations
Color information
#E34E48 (or 0xE34E48) is known color: Valencia. HEX triplet: E3, 4E and 48. RGB value is (227,78,72). Sum of RGB (Red+Green+Blue) = 227+78+72=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34E48 is #1CB1B7. Grayscale: #7A7A7A. Windows color (decimal): -1880504 or 4738787. OLE color: 4738787.
HSL color Cylindrical-coordinate representation of color #E34E48: hue angle of 2.32º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E34E48 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 72 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.11 |
| HSL | 2.32º | 0.73% | 0.59% | - |
| HSV(B) | 2.32º | 0.68% | 0.89% | - |
| XYZ | 35.57 | 22.25 | 8.55 | - |
| YUV | 121.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 72 | 0 | 0.66 | 0.68 | 0.11 | 2.32 | 0.73 | 0.59 |
| Hex | E3 | 4E | 48 | 0 | 42 | 44 | B | 2 | 49 | 3B |
| Octal | 343 | 116 | 110 | 0 | 102 | 104 | 13 | 2 | 111 | 73 |
| Binary | 11100011 | 1001110 | 1001000 | 0 | 1000010 | 1000100 | 1011 | 10 | 1001001 | 111011 |
Color Harmonies of #E34E48
Complementary color
Monochromatic Colors of #E34E48
Black with #E34E48
Text Example
Text Example
White with #E34E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34E48; }
p { color: rgb(227,78,72); }
H1.HeaderClassName
{
color: #E34E48;
}
.AnyTagClassName
{
color: #E34E48;
}
</style>
background-color css
<style>
a { background-color: #E34E48; }
a { background-color: rgb(227,78,72); }
div.DivClassName
{
background-color: #E34E48;
}
.BgClassName
{
background-color: #E34E48;
}
</style>
border-color css
<style>
span { border-color: #E34E48; }
span { border-color: rgb(227,78,72); }
td.TdClassName
{
border-color: #E34E48;
}
.TagClassName
{
border-color: #E34E48;
}
</style>