Shades of Valencia #E04C4B
Tints of Valencia #E04C4B
RGB
CMYK
RGB Variations
Color information
#E04C4B (or 0xE04C4B) is known color: Valencia. HEX triplet: E0, 4C and 4B. RGB value is (224,76,75). Sum of RGB (Red+Green+Blue) = 224+76+75=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C4B is #1FB3B4. Grayscale: #787878. Windows color (decimal): -2077621 or 4934880. OLE color: 4934880.
HSL color Cylindrical-coordinate representation of color #E04C4B: hue angle of 0.4º degrees, saturation: 0.71, 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 #E04C4B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 75 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.12 |
| HSL | 0.4º | 0.71% | 0.59% | - |
| HSV(B) | 0.4º | 0.67% | 0.88% | - |
| XYZ | 34.59 | 21.52 | 8.99 | - |
| YUV | 120.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 75 | 0 | 0.66 | 0.67 | 0.12 | 0.4 | 0.71 | 0.59 |
| Hex | E0 | 4C | 4B | 0 | 42 | 43 | C | 0 | 47 | 3B |
| Octal | 340 | 114 | 113 | 0 | 102 | 103 | 14 | 0 | 107 | 73 |
| Binary | 11100000 | 1001100 | 1001011 | 0 | 1000010 | 1000011 | 1100 | 0 | 1000111 | 111011 |
Color Harmonies of #E04C4B
Complementary color
Monochromatic Colors of #E04C4B
Black with #E04C4B
Text Example
Text Example
White with #E04C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C4B; }
p { color: rgb(224,76,75); }
H1.HeaderClassName
{
color: #E04C4B;
}
.AnyTagClassName
{
color: #E04C4B;
}
</style>
background-color css
<style>
a { background-color: #E04C4B; }
a { background-color: rgb(224,76,75); }
div.DivClassName
{
background-color: #E04C4B;
}
.BgClassName
{
background-color: #E04C4B;
}
</style>
border-color css
<style>
span { border-color: #E04C4B; }
span { border-color: rgb(224,76,75); }
td.TdClassName
{
border-color: #E04C4B;
}
.TagClassName
{
border-color: #E04C4B;
}
</style>