Shades of Valencia #E54C4B
Tints of Valencia #E54C4B
RGB
CMYK
RGB Variations
Color information
#E54C4B (or 0xE54C4B) is known color: Valencia. HEX triplet: E5, 4C and 4B. RGB value is (229,76,75). Sum of RGB (Red+Green+Blue) = 229+76+75=380 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.26% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E54C4B is #1AB3B4. Grayscale: #797979. Windows color (decimal): -1749941 or 4934885. OLE color: 4934885.
HSL color Cylindrical-coordinate representation of color #E54C4B: hue angle of 0.39º 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 #E54C4B is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 75 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.10 |
| HSL | 0.39º | 0.75% | 0.6% | - |
| HSV(B) | 0.39º | 0.67% | 0.9% | - |
| XYZ | 36.17 | 22.33 | 9.06 | - |
| YUV | 121.63 | 101.69 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 75 | 0 | 0.67 | 0.67 | 0.10 | 0.39 | 0.75 | 0.6 |
| Hex | E5 | 4C | 4B | 0 | 43 | 43 | A | 0 | 4B | 3C |
| Octal | 345 | 114 | 113 | 0 | 103 | 103 | 12 | 0 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1001011 | 0 | 1000011 | 1000011 | 1010 | 0 | 1001011 | 111100 |
Color Harmonies of #E54C4B
Complementary color
Monochromatic Colors of #E54C4B
Black with #E54C4B
Text Example
Text Example
White with #E54C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C4B; }
p { color: rgb(229,76,75); }
H1.HeaderClassName
{
color: #E54C4B;
}
.AnyTagClassName
{
color: #E54C4B;
}
</style>
background-color css
<style>
a { background-color: #E54C4B; }
a { background-color: rgb(229,76,75); }
div.DivClassName
{
background-color: #E54C4B;
}
.BgClassName
{
background-color: #E54C4B;
}
</style>
border-color css
<style>
span { border-color: #E54C4B; }
span { border-color: rgb(229,76,75); }
td.TdClassName
{
border-color: #E54C4B;
}
.TagClassName
{
border-color: #E54C4B;
}
</style>