Shades of Valencia #E15552
Tints of Valencia #E15552
RGB
CMYK
RGB Variations
Color information
#E15552 (or 0xE15552) is known color: Valencia. HEX triplet: E1, 55 and 52. RGB value is (225,85,82). Sum of RGB (Red+Green+Blue) = 225+85+82=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E15552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15552 is #1EAAAD. Grayscale: #7E7E7E. Windows color (decimal): -2009774 or 5395937. OLE color: 5395937.
HSL color Cylindrical-coordinate representation of color #E15552: hue angle of 1.26º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15552 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 82 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.12 |
| HSL | 1.26º | 0.7% | 0.6% | - |
| HSV(B) | 1.26º | 0.64% | 0.88% | - |
| XYZ | 35.82 | 23.11 | 10.56 | - |
| YUV | 126.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 82 | 0 | 0.62 | 0.64 | 0.12 | 1.26 | 0.7 | 0.6 |
| Hex | E1 | 55 | 52 | 0 | 3E | 40 | C | 1 | 46 | 3C |
| Octal | 341 | 125 | 122 | 0 | 76 | 100 | 14 | 1 | 106 | 74 |
| Binary | 11100001 | 1010101 | 1010010 | 0 | 111110 | 1000000 | 1100 | 1 | 1000110 | 111100 |
Color Harmonies of #E15552
Complementary color
Monochromatic Colors of #E15552
Black with #E15552
Text Example
Text Example
White with #E15552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15552; }
p { color: rgb(225,85,82); }
H1.HeaderClassName
{
color: #E15552;
}
.AnyTagClassName
{
color: #E15552;
}
</style>
background-color css
<style>
a { background-color: #E15552; }
a { background-color: rgb(225,85,82); }
div.DivClassName
{
background-color: #E15552;
}
.BgClassName
{
background-color: #E15552;
}
</style>
border-color css
<style>
span { border-color: #E15552; }
span { border-color: rgb(225,85,82); }
td.TdClassName
{
border-color: #E15552;
}
.TagClassName
{
border-color: #E15552;
}
</style>