Shades of Valencia #E35554
Tints of Valencia #E35554
RGB
CMYK
RGB Variations
Color information
#E35554 (or 0xE35554) is known color: Valencia. HEX triplet: E3, 55 and 54. RGB value is (227,85,84). Sum of RGB (Red+Green+Blue) = 227+85+84=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E35554 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35554 is #1CAAAB. Grayscale: #7F7F7F. Windows color (decimal): -1878700 or 5527011. OLE color: 5527011.
HSL color Cylindrical-coordinate representation of color #E35554: hue angle of 0.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35554 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 84 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.11 |
| HSL | 0.42º | 0.72% | 0.61% | - |
| HSV(B) | 0.42º | 0.63% | 0.89% | - |
| XYZ | 36.53 | 23.47 | 10.99 | - |
| YUV | 127.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 84 | 0 | 0.63 | 0.63 | 0.11 | 0.42 | 0.72 | 0.61 |
| Hex | E3 | 55 | 54 | 0 | 3F | 3F | B | 0 | 48 | 3D |
| Octal | 343 | 125 | 124 | 0 | 77 | 77 | 13 | 0 | 110 | 75 |
| Binary | 11100011 | 1010101 | 1010100 | 0 | 111111 | 111111 | 1011 | 0 | 1001000 | 111101 |
Color Harmonies of #E35554
Complementary color
Monochromatic Colors of #E35554
Black with #E35554
Text Example
Text Example
White with #E35554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35554; }
p { color: rgb(227,85,84); }
H1.HeaderClassName
{
color: #E35554;
}
.AnyTagClassName
{
color: #E35554;
}
</style>
background-color css
<style>
a { background-color: #E35554; }
a { background-color: rgb(227,85,84); }
div.DivClassName
{
background-color: #E35554;
}
.BgClassName
{
background-color: #E35554;
}
</style>
border-color css
<style>
span { border-color: #E35554; }
span { border-color: rgb(227,85,84); }
td.TdClassName
{
border-color: #E35554;
}
.TagClassName
{
border-color: #E35554;
}
</style>