Shades of Valencia #E35552
Tints of Valencia #E35552
RGB
CMYK
RGB Variations
Color information
#E35552 (or 0xE35552) is known color: Valencia. HEX triplet: E3, 55 and 52. RGB value is (227,85,82). Sum of RGB (Red+Green+Blue) = 227+85+82=394 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.61% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 227 - color contains mainly: red. Hex color #E35552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35552 is #1CAAAD. Grayscale: #7F7F7F. Windows color (decimal): -1878702 or 5395939. OLE color: 5395939.
HSL color Cylindrical-coordinate representation of color #E35552: hue angle of 1.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E35552 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 82 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.11 |
| HSL | 1.24º | 0.72% | 0.61% | - |
| HSV(B) | 1.24º | 0.64% | 0.89% | - |
| XYZ | 36.45 | 23.44 | 10.59 | - |
| YUV | 127.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 82 | 0 | 0.63 | 0.64 | 0.11 | 1.24 | 0.72 | 0.61 |
| Hex | E3 | 55 | 52 | 0 | 3F | 40 | B | 1 | 48 | 3D |
| Octal | 343 | 125 | 122 | 0 | 77 | 100 | 13 | 1 | 110 | 75 |
| Binary | 11100011 | 1010101 | 1010010 | 0 | 111111 | 1000000 | 1011 | 1 | 1001000 | 111101 |
Color Harmonies of #E35552
Complementary color
Monochromatic Colors of #E35552
Black with #E35552
Text Example
Text Example
White with #E35552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35552; }
p { color: rgb(227,85,82); }
H1.HeaderClassName
{
color: #E35552;
}
.AnyTagClassName
{
color: #E35552;
}
</style>
background-color css
<style>
a { background-color: #E35552; }
a { background-color: rgb(227,85,82); }
div.DivClassName
{
background-color: #E35552;
}
.BgClassName
{
background-color: #E35552;
}
</style>
border-color css
<style>
span { border-color: #E35552; }
span { border-color: rgb(227,85,82); }
td.TdClassName
{
border-color: #E35552;
}
.TagClassName
{
border-color: #E35552;
}
</style>