Shades of Valencia #E15652
Tints of Valencia #E15652
RGB
CMYK
RGB Variations
Color information
#E15652 (or 0xE15652) is known color: Valencia. HEX triplet: E1, 56 and 52. RGB value is (225,86,82). Sum of RGB (Red+Green+Blue) = 225+86+82=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 82 (32.42% from 255 or 20.87% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E15652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15652 is #1EA9AD. Grayscale: #7F7F7F. Windows color (decimal): -2009518 or 5396193. OLE color: 5396193.
HSL color Cylindrical-coordinate representation of color #E15652: hue angle of 1.68º 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 #E15652 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 82 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.12 |
| HSL | 1.68º | 0.7% | 0.6% | - |
| HSV(B) | 1.68º | 0.64% | 0.88% | - |
| XYZ | 35.9 | 23.27 | 10.58 | - |
| YUV | 127.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 82 | 0 | 0.62 | 0.64 | 0.12 | 1.68 | 0.7 | 0.6 |
| Hex | E1 | 56 | 52 | 0 | 3E | 40 | C | 2 | 46 | 3C |
| Octal | 341 | 126 | 122 | 0 | 76 | 100 | 14 | 2 | 106 | 74 |
| Binary | 11100001 | 1010110 | 1010010 | 0 | 111110 | 1000000 | 1100 | 10 | 1000110 | 111100 |
Color Harmonies of #E15652
Complementary color
Monochromatic Colors of #E15652
Black with #E15652
Text Example
Text Example
White with #E15652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15652; }
p { color: rgb(225,86,82); }
H1.HeaderClassName
{
color: #E15652;
}
.AnyTagClassName
{
color: #E15652;
}
</style>
background-color css
<style>
a { background-color: #E15652; }
a { background-color: rgb(225,86,82); }
div.DivClassName
{
background-color: #E15652;
}
.BgClassName
{
background-color: #E15652;
}
</style>
border-color css
<style>
span { border-color: #E15652; }
span { border-color: rgb(225,86,82); }
td.TdClassName
{
border-color: #E15652;
}
.TagClassName
{
border-color: #E15652;
}
</style>