Shades of Valencia #E74D4B
Tints of Valencia #E74D4B
RGB
CMYK
RGB Variations
Color information
#E74D4B (or 0xE74D4B) is known color: Valencia. HEX triplet: E7, 4D and 4B. RGB value is (231,77,75). Sum of RGB (Red+Green+Blue) = 231+77+75=383 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.31% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E74D4B is #18B2B4. Grayscale: #7A7A7A. Windows color (decimal): -1618613 or 4935143. OLE color: 4935143.
HSL color Cylindrical-coordinate representation of color #E74D4B: hue angle of 0.77º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74D4B is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 75 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.09 |
| HSL | 0.77º | 0.76% | 0.6% | - |
| HSV(B) | 0.77º | 0.68% | 0.91% | - |
| XYZ | 36.88 | 22.8 | 9.11 | - |
| YUV | 122.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 75 | 0 | 0.67 | 0.68 | 0.09 | 0.77 | 0.76 | 0.6 |
| Hex | E7 | 4D | 4B | 0 | 43 | 44 | 9 | 1 | 4C | 3C |
| Octal | 347 | 115 | 113 | 0 | 103 | 104 | 11 | 1 | 114 | 74 |
| Binary | 11100111 | 1001101 | 1001011 | 0 | 1000011 | 1000100 | 1001 | 1 | 1001100 | 111100 |
Color Harmonies of #E74D4B
Complementary color
Monochromatic Colors of #E74D4B
Black with #E74D4B
Text Example
Text Example
White with #E74D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D4B; }
p { color: rgb(231,77,75); }
H1.HeaderClassName
{
color: #E74D4B;
}
.AnyTagClassName
{
color: #E74D4B;
}
</style>
background-color css
<style>
a { background-color: #E74D4B; }
a { background-color: rgb(231,77,75); }
div.DivClassName
{
background-color: #E74D4B;
}
.BgClassName
{
background-color: #E74D4B;
}
</style>
border-color css
<style>
span { border-color: #E74D4B; }
span { border-color: rgb(231,77,75); }
td.TdClassName
{
border-color: #E74D4B;
}
.TagClassName
{
border-color: #E74D4B;
}
</style>