Shades of Valencia #E04D4B
Tints of Valencia #E04D4B
RGB
CMYK
RGB Variations
Color information
#E04D4B (or 0xE04D4B) is known color: Valencia. HEX triplet: E0, 4D and 4B. RGB value is (224,77,75). Sum of RGB (Red+Green+Blue) = 224+77+75=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04D4B is #1FB2B4. Grayscale: #787878. Windows color (decimal): -2077365 or 4935136. OLE color: 4935136.
HSL color Cylindrical-coordinate representation of color #E04D4B: 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.67%. Process color model (Four color, CMYK) of #E04D4B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 75 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.12 |
| HSL | 0.81º | 0.71% | 0.59% | - |
| HSV(B) | 0.81º | 0.67% | 0.88% | - |
| XYZ | 34.66 | 21.66 | 9.01 | - |
| YUV | 120.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 75 | 0 | 0.66 | 0.67 | 0.12 | 0.81 | 0.71 | 0.59 |
| Hex | E0 | 4D | 4B | 0 | 42 | 43 | C | 1 | 47 | 3B |
| Octal | 340 | 115 | 113 | 0 | 102 | 103 | 14 | 1 | 107 | 73 |
| Binary | 11100000 | 1001101 | 1001011 | 0 | 1000010 | 1000011 | 1100 | 1 | 1000111 | 111011 |
Color Harmonies of #E04D4B
Complementary color
Monochromatic Colors of #E04D4B
Black with #E04D4B
Text Example
Text Example
White with #E04D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D4B; }
p { color: rgb(224,77,75); }
H1.HeaderClassName
{
color: #E04D4B;
}
.AnyTagClassName
{
color: #E04D4B;
}
</style>
background-color css
<style>
a { background-color: #E04D4B; }
a { background-color: rgb(224,77,75); }
div.DivClassName
{
background-color: #E04D4B;
}
.BgClassName
{
background-color: #E04D4B;
}
</style>
border-color css
<style>
span { border-color: #E04D4B; }
span { border-color: rgb(224,77,75); }
td.TdClassName
{
border-color: #E04D4B;
}
.TagClassName
{
border-color: #E04D4B;
}
</style>