Shades of Valencia #E55451
Tints of Valencia #E55451
RGB
CMYK
RGB Variations
Color information
#E55451 (or 0xE55451) is known color: Valencia. HEX triplet: E5, 54 and 51. RGB value is (229,84,81). Sum of RGB (Red+Green+Blue) = 229+84+81=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 81 (32.03% from 255 or 20.56% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E55451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55451 is #1AABAE. Grayscale: #7F7F7F. Windows color (decimal): -1747887 or 5330149. OLE color: 5330149.
HSL color Cylindrical-coordinate representation of color #E55451: hue angle of 1.22º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55451 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 81 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.10 |
| HSL | 1.22º | 0.74% | 0.61% | - |
| HSV(B) | 1.22º | 0.65% | 0.9% | - |
| XYZ | 36.97 | 23.59 | 10.39 | - |
| YUV | 127.01 | 102.04 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 81 | 0 | 0.63 | 0.65 | 0.10 | 1.22 | 0.74 | 0.61 |
| Hex | E5 | 54 | 51 | 0 | 3F | 41 | A | 1 | 4A | 3D |
| Octal | 345 | 124 | 121 | 0 | 77 | 101 | 12 | 1 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1010001 | 0 | 111111 | 1000001 | 1010 | 1 | 1001010 | 111101 |
Color Harmonies of #E55451
Complementary color
Monochromatic Colors of #E55451
Black with #E55451
Text Example
Text Example
White with #E55451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55451; }
p { color: rgb(229,84,81); }
H1.HeaderClassName
{
color: #E55451;
}
.AnyTagClassName
{
color: #E55451;
}
</style>
background-color css
<style>
a { background-color: #E55451; }
a { background-color: rgb(229,84,81); }
div.DivClassName
{
background-color: #E55451;
}
.BgClassName
{
background-color: #E55451;
}
</style>
border-color css
<style>
span { border-color: #E55451; }
span { border-color: rgb(229,84,81); }
td.TdClassName
{
border-color: #E55451;
}
.TagClassName
{
border-color: #E55451;
}
</style>