Shades of Valencia #E64F4D
Tints of Valencia #E64F4D
RGB
CMYK
RGB Variations
Color information
#E64F4D (or 0xE64F4D) is known color: Valencia. HEX triplet: E6, 4F and 4D. RGB value is (230,79,77). Sum of RGB (Red+Green+Blue) = 230+79+77=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E64F4D is #19B0B2. Grayscale: #7C7C7C. Windows color (decimal): -1683635 or 5066726. OLE color: 5066726.
HSL color Cylindrical-coordinate representation of color #E64F4D: hue angle of 0.78º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E64F4D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 79 | 77 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.10 |
| HSL | 0.78º | 0.75% | 0.6% | - |
| HSV(B) | 0.78º | 0.67% | 0.9% | - |
| XYZ | 36.77 | 22.95 | 9.51 | - |
| YUV | 123.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 79 | 77 | 0 | 0.66 | 0.67 | 0.10 | 0.78 | 0.75 | 0.6 |
| Hex | E6 | 4F | 4D | 0 | 42 | 43 | A | 1 | 4B | 3C |
| Octal | 346 | 117 | 115 | 0 | 102 | 103 | 12 | 1 | 113 | 74 |
| Binary | 11100110 | 1001111 | 1001101 | 0 | 1000010 | 1000011 | 1010 | 1 | 1001011 | 111100 |
Color Harmonies of #E64F4D
Complementary color
Monochromatic Colors of #E64F4D
Black with #E64F4D
Text Example
Text Example
White with #E64F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64F4D; }
p { color: rgb(230,79,77); }
H1.HeaderClassName
{
color: #E64F4D;
}
.AnyTagClassName
{
color: #E64F4D;
}
</style>
background-color css
<style>
a { background-color: #E64F4D; }
a { background-color: rgb(230,79,77); }
div.DivClassName
{
background-color: #E64F4D;
}
.BgClassName
{
background-color: #E64F4D;
}
</style>
border-color css
<style>
span { border-color: #E64F4D; }
span { border-color: rgb(230,79,77); }
td.TdClassName
{
border-color: #E64F4D;
}
.TagClassName
{
border-color: #E64F4D;
}
</style>