Shades of Valencia #E94E4D
Tints of Valencia #E94E4D
RGB
CMYK
RGB Variations
Color information
#E94E4D (or 0xE94E4D) is known color: Valencia. HEX triplet: E9, 4E and 4D. RGB value is (233,78,77). Sum of RGB (Red+Green+Blue) = 233+78+77=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E94E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E94E4D is #16B1B2. Grayscale: #7C7C7C. Windows color (decimal): -1487283 or 5066473. OLE color: 5066473.
HSL color Cylindrical-coordinate representation of color #E94E4D: hue angle of 0.38º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E94E4D is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 78 | 77 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.09 |
| HSL | 0.38º | 0.78% | 0.61% | - |
| HSV(B) | 0.38º | 0.67% | 0.91% | - |
| XYZ | 37.67 | 23.31 | 9.53 | - |
| YUV | 124.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 78 | 77 | 0 | 0.67 | 0.67 | 0.09 | 0.38 | 0.78 | 0.61 |
| Hex | E9 | 4E | 4D | 0 | 43 | 43 | 9 | 0 | 4E | 3D |
| Octal | 351 | 116 | 115 | 0 | 103 | 103 | 11 | 0 | 116 | 75 |
| Binary | 11101001 | 1001110 | 1001101 | 0 | 1000011 | 1000011 | 1001 | 0 | 1001110 | 111101 |
Color Harmonies of #E94E4D
Complementary color
Monochromatic Colors of #E94E4D
Black with #E94E4D
Text Example
Text Example
White with #E94E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E94E4D; }
p { color: rgb(233,78,77); }
H1.HeaderClassName
{
color: #E94E4D;
}
.AnyTagClassName
{
color: #E94E4D;
}
</style>
background-color css
<style>
a { background-color: #E94E4D; }
a { background-color: rgb(233,78,77); }
div.DivClassName
{
background-color: #E94E4D;
}
.BgClassName
{
background-color: #E94E4D;
}
</style>
border-color css
<style>
span { border-color: #E94E4D; }
span { border-color: rgb(233,78,77); }
td.TdClassName
{
border-color: #E94E4D;
}
.TagClassName
{
border-color: #E94E4D;
}
</style>