Shades of Valencia #E75150
Tints of Valencia #E75150
RGB
CMYK
RGB Variations
Color information
#E75150 (or 0xE75150) is known color: Valencia. HEX triplet: E7, 51 and 50. RGB value is (231,81,80). Sum of RGB (Red+Green+Blue) = 231+81+80=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E75150 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75150 is #18AEAF. Grayscale: #7D7D7D. Windows color (decimal): -1617584 or 5263847. OLE color: 5263847.
HSL color Cylindrical-coordinate representation of color #E75150: hue angle of 0.4º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E75150 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 80 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.09 |
| HSL | 0.4º | 0.76% | 0.61% | - |
| HSV(B) | 0.4º | 0.65% | 0.91% | - |
| XYZ | 37.35 | 23.45 | 10.15 | - |
| YUV | 125.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 80 | 0 | 0.65 | 0.65 | 0.09 | 0.4 | 0.76 | 0.61 |
| Hex | E7 | 51 | 50 | 0 | 41 | 41 | 9 | 0 | 4C | 3D |
| Octal | 347 | 121 | 120 | 0 | 101 | 101 | 11 | 0 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1010000 | 0 | 1000001 | 1000001 | 1001 | 0 | 1001100 | 111101 |
Color Harmonies of #E75150
Complementary color
Monochromatic Colors of #E75150
Black with #E75150
Text Example
Text Example
White with #E75150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75150; }
p { color: rgb(231,81,80); }
H1.HeaderClassName
{
color: #E75150;
}
.AnyTagClassName
{
color: #E75150;
}
</style>
background-color css
<style>
a { background-color: #E75150; }
a { background-color: rgb(231,81,80); }
div.DivClassName
{
background-color: #E75150;
}
.BgClassName
{
background-color: #E75150;
}
</style>
border-color css
<style>
span { border-color: #E75150; }
span { border-color: rgb(231,81,80); }
td.TdClassName
{
border-color: #E75150;
}
.TagClassName
{
border-color: #E75150;
}
</style>