Shades of Valencia #E64E4B
Tints of Valencia #E64E4B
RGB
CMYK
RGB Variations
Color information
#E64E4B (or 0xE64E4B) is known color: Valencia. HEX triplet: E6, 4E and 4B. RGB value is (230,78,75). Sum of RGB (Red+Green+Blue) = 230+78+75=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E64E4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64E4B is #19B1B4. Grayscale: #7B7B7B. Windows color (decimal): -1683893 or 4935398. OLE color: 4935398.
HSL color Cylindrical-coordinate representation of color #E64E4B: hue angle of 1.16º degrees, saturation: 0.76, 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 #E64E4B is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 78 | 75 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.10 |
| HSL | 1.16º | 0.76% | 0.6% | - |
| HSV(B) | 1.16º | 0.67% | 0.9% | - |
| XYZ | 36.63 | 22.78 | 9.12 | - |
| YUV | 123.11 | 100.86 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 78 | 75 | 0 | 0.66 | 0.67 | 0.10 | 1.16 | 0.76 | 0.6 |
| Hex | E6 | 4E | 4B | 0 | 42 | 43 | A | 1 | 4C | 3C |
| Octal | 346 | 116 | 113 | 0 | 102 | 103 | 12 | 1 | 114 | 74 |
| Binary | 11100110 | 1001110 | 1001011 | 0 | 1000010 | 1000011 | 1010 | 1 | 1001100 | 111100 |
Color Harmonies of #E64E4B
Complementary color
Monochromatic Colors of #E64E4B
Black with #E64E4B
Text Example
Text Example
White with #E64E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E64E4B; }
p { color: rgb(230,78,75); }
H1.HeaderClassName
{
color: #E64E4B;
}
.AnyTagClassName
{
color: #E64E4B;
}
</style>
background-color css
<style>
a { background-color: #E64E4B; }
a { background-color: rgb(230,78,75); }
div.DivClassName
{
background-color: #E64E4B;
}
.BgClassName
{
background-color: #E64E4B;
}
</style>
border-color css
<style>
span { border-color: #E64E4B; }
span { border-color: rgb(230,78,75); }
td.TdClassName
{
border-color: #E64E4B;
}
.TagClassName
{
border-color: #E64E4B;
}
</style>