Shades of Valencia #E15852
Tints of Valencia #E15852
RGB
CMYK
RGB Variations
Color information
#E15852 (or 0xE15852) is known color: Valencia. HEX triplet: E1, 58 and 52. RGB value is (225,88,82). Sum of RGB (Red+Green+Blue) = 225+88+82=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E15852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15852 is #1EA7AD. Grayscale: #808080. Windows color (decimal): -2009006 or 5396705. OLE color: 5396705.
HSL color Cylindrical-coordinate representation of color #E15852: hue angle of 2.52º 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 #E15852 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 82 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.12 |
| HSL | 2.52º | 0.7% | 0.6% | - |
| HSV(B) | 2.52º | 0.64% | 0.88% | - |
| XYZ | 36.06 | 23.6 | 10.64 | - |
| YUV | 128.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 82 | 0 | 0.61 | 0.64 | 0.12 | 2.52 | 0.7 | 0.6 |
| Hex | E1 | 58 | 52 | 0 | 3D | 40 | C | 3 | 46 | 3C |
| Octal | 341 | 130 | 122 | 0 | 75 | 100 | 14 | 3 | 106 | 74 |
| Binary | 11100001 | 1011000 | 1010010 | 0 | 111101 | 1000000 | 1100 | 11 | 1000110 | 111100 |
Color Harmonies of #E15852
Complementary color
Monochromatic Colors of #E15852
Black with #E15852
Text Example
Text Example
White with #E15852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15852; }
p { color: rgb(225,88,82); }
H1.HeaderClassName
{
color: #E15852;
}
.AnyTagClassName
{
color: #E15852;
}
</style>
background-color css
<style>
a { background-color: #E15852; }
a { background-color: rgb(225,88,82); }
div.DivClassName
{
background-color: #E15852;
}
.BgClassName
{
background-color: #E15852;
}
</style>
border-color css
<style>
span { border-color: #E15852; }
span { border-color: rgb(225,88,82); }
td.TdClassName
{
border-color: #E15852;
}
.TagClassName
{
border-color: #E15852;
}
</style>