Shades of Valencia #E15754
Tints of Valencia #E15754
RGB
CMYK
RGB Variations
Color information
#E15754 (or 0xE15754) is known color: Valencia. HEX triplet: E1, 57 and 54. RGB value is (225,87,84). Sum of RGB (Red+Green+Blue) = 225+87+84=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E15754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15754 is #1EA8AB. Grayscale: #808080. Windows color (decimal): -2009260 or 5527521. OLE color: 5527521.
HSL color Cylindrical-coordinate representation of color #E15754: hue angle of 1.28º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E15754 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 84 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.12 |
| HSL | 1.28º | 0.7% | 0.61% | - |
| HSV(B) | 1.28º | 0.63% | 0.88% | - |
| XYZ | 36.06 | 23.46 | 11.02 | - |
| YUV | 127.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 84 | 0 | 0.61 | 0.63 | 0.12 | 1.28 | 0.7 | 0.61 |
| Hex | E1 | 57 | 54 | 0 | 3D | 3F | C | 1 | 46 | 3D |
| Octal | 341 | 127 | 124 | 0 | 75 | 77 | 14 | 1 | 106 | 75 |
| Binary | 11100001 | 1010111 | 1010100 | 0 | 111101 | 111111 | 1100 | 1 | 1000110 | 111101 |
Color Harmonies of #E15754
Complementary color
Monochromatic Colors of #E15754
Black with #E15754
Text Example
Text Example
White with #E15754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15754; }
p { color: rgb(225,87,84); }
H1.HeaderClassName
{
color: #E15754;
}
.AnyTagClassName
{
color: #E15754;
}
</style>
background-color css
<style>
a { background-color: #E15754; }
a { background-color: rgb(225,87,84); }
div.DivClassName
{
background-color: #E15754;
}
.BgClassName
{
background-color: #E15754;
}
</style>
border-color css
<style>
span { border-color: #E15754; }
span { border-color: rgb(225,87,84); }
td.TdClassName
{
border-color: #E15754;
}
.TagClassName
{
border-color: #E15754;
}
</style>