Shades of Valencia #E54E4C
Tints of Valencia #E54E4C
RGB
CMYK
RGB Variations
Color information
#E54E4C (or 0xE54E4C) is known color: Valencia. HEX triplet: E5, 4E and 4C. RGB value is (229,78,76). Sum of RGB (Red+Green+Blue) = 229+78+76=383 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.79% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E54E4C is #1AB1B3. Grayscale: #7B7B7B. Windows color (decimal): -1749428 or 5000933. OLE color: 5000933.
HSL color Cylindrical-coordinate representation of color #E54E4C: 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 #E54E4C is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 76 | - |
| 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.34 | 22.63 | 9.29 | - |
| YUV | 122.92 | 101.53 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 76 | 0 | 0.66 | 0.67 | 0.10 | 0.78 | 0.75 | 0.6 |
| Hex | E5 | 4E | 4C | 0 | 42 | 43 | A | 1 | 4B | 3C |
| Octal | 345 | 116 | 114 | 0 | 102 | 103 | 12 | 1 | 113 | 74 |
| Binary | 11100101 | 1001110 | 1001100 | 0 | 1000010 | 1000011 | 1010 | 1 | 1001011 | 111100 |
Color Harmonies of #E54E4C
Complementary color
Monochromatic Colors of #E54E4C
Black with #E54E4C
Text Example
Text Example
White with #E54E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E4C; }
p { color: rgb(229,78,76); }
H1.HeaderClassName
{
color: #E54E4C;
}
.AnyTagClassName
{
color: #E54E4C;
}
</style>
background-color css
<style>
a { background-color: #E54E4C; }
a { background-color: rgb(229,78,76); }
div.DivClassName
{
background-color: #E54E4C;
}
.BgClassName
{
background-color: #E54E4C;
}
</style>
border-color css
<style>
span { border-color: #E54E4C; }
span { border-color: rgb(229,78,76); }
td.TdClassName
{
border-color: #E54E4C;
}
.TagClassName
{
border-color: #E54E4C;
}
</style>