Shades of Valencia #E3554A
Tints of Valencia #E3554A
RGB
CMYK
RGB Variations
Color information
#E3554A (or 0xE3554A) is known color: Valencia. HEX triplet: E3, 55 and 4A. RGB value is (227,85,74). Sum of RGB (Red+Green+Blue) = 227+85+74=386 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.81% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 227 - color contains mainly: red. Hex color #E3554A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3554A is #1CAAB5. Grayscale: #7E7E7E. Windows color (decimal): -1878710 or 4871651. OLE color: 4871651.
HSL color Cylindrical-coordinate representation of color #E3554A: hue angle of 4.31º degrees, saturation: 0.73, 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 #E3554A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 74 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.11 |
| HSL | 4.31º | 0.73% | 0.59% | - |
| HSV(B) | 4.31º | 0.67% | 0.89% | - |
| XYZ | 36.16 | 23.32 | 9.07 | - |
| YUV | 126.2 | 98.54 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 74 | 0 | 0.63 | 0.67 | 0.11 | 4.31 | 0.73 | 0.59 |
| Hex | E3 | 55 | 4A | 0 | 3F | 43 | B | 4 | 49 | 3B |
| Octal | 343 | 125 | 112 | 0 | 77 | 103 | 13 | 4 | 111 | 73 |
| Binary | 11100011 | 1010101 | 1001010 | 0 | 111111 | 1000011 | 1011 | 100 | 1001001 | 111011 |
Color Harmonies of #E3554A
Complementary color
Monochromatic Colors of #E3554A
Black with #E3554A
Text Example
Text Example
White with #E3554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3554A; }
p { color: rgb(227,85,74); }
H1.HeaderClassName
{
color: #E3554A;
}
.AnyTagClassName
{
color: #E3554A;
}
</style>
background-color css
<style>
a { background-color: #E3554A; }
a { background-color: rgb(227,85,74); }
div.DivClassName
{
background-color: #E3554A;
}
.BgClassName
{
background-color: #E3554A;
}
</style>
border-color css
<style>
span { border-color: #E3554A; }
span { border-color: rgb(227,85,74); }
td.TdClassName
{
border-color: #E3554A;
}
.TagClassName
{
border-color: #E3554A;
}
</style>