Shades of Valencia #E2554B
Tints of Valencia #E2554B
RGB
CMYK
RGB Variations
Color information
#E2554B (or 0xE2554B) is known color: Valencia. HEX triplet: E2, 55 and 4B. RGB value is (226,85,75). Sum of RGB (Red+Green+Blue) = 226+85+75=386 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.55% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 226 - color contains mainly: red. Hex color #E2554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2554B is #1DAAB4. Grayscale: #7E7E7E. Windows color (decimal): -1944245 or 4937186. OLE color: 4937186.
HSL color Cylindrical-coordinate representation of color #E2554B: hue angle of 3.97º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2554B is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 85 | 75 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.11 |
| HSL | 3.97º | 0.72% | 0.59% | - |
| HSV(B) | 3.97º | 0.67% | 0.89% | - |
| XYZ | 35.88 | 23.17 | 9.24 | - |
| YUV | 126.02 | 99.21 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 85 | 75 | 0 | 0.62 | 0.67 | 0.11 | 3.97 | 0.72 | 0.59 |
| Hex | E2 | 55 | 4B | 0 | 3E | 43 | B | 4 | 48 | 3B |
| Octal | 342 | 125 | 113 | 0 | 76 | 103 | 13 | 4 | 110 | 73 |
| Binary | 11100010 | 1010101 | 1001011 | 0 | 111110 | 1000011 | 1011 | 100 | 1001000 | 111011 |
Color Harmonies of #E2554B
Complementary color
Monochromatic Colors of #E2554B
Black with #E2554B
Text Example
Text Example
White with #E2554B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2554B; }
p { color: rgb(226,85,75); }
H1.HeaderClassName
{
color: #E2554B;
}
.AnyTagClassName
{
color: #E2554B;
}
</style>
background-color css
<style>
a { background-color: #E2554B; }
a { background-color: rgb(226,85,75); }
div.DivClassName
{
background-color: #E2554B;
}
.BgClassName
{
background-color: #E2554B;
}
</style>
border-color css
<style>
span { border-color: #E2554B; }
span { border-color: rgb(226,85,75); }
td.TdClassName
{
border-color: #E2554B;
}
.TagClassName
{
border-color: #E2554B;
}
</style>