Shades of Valencia #E75353
Tints of Valencia #E75353
RGB
CMYK
RGB Variations
Color information
#E75353 (or 0xE75353) is known color: Valencia. HEX triplet: E7, 53 and 53. RGB value is (231,83,83). Sum of RGB (Red+Green+Blue) = 231+83+83=397 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.19% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 231 - color contains mainly: red. Hex color #E75353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75353 is #18ACAC. Grayscale: #7F7F7F. Windows color (decimal): -1617069 or 5460967. OLE color: 5460967.
HSL color Cylindrical-coordinate representation of color #E75353: hue angle of 0º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E75353 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 83 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.09 |
| HSL | 0º | 0.76% | 0.62% | - |
| HSV(B) | 0º | 0.64% | 0.91% | - |
| XYZ | 37.61 | 23.8 | 10.8 | - |
| YUV | 127.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 83 | 0 | 0.64 | 0.64 | 0.09 | 0 | 0.76 | 0.62 |
| Hex | E7 | 53 | 53 | 0 | 40 | 40 | 9 | 0 | 4C | 3E |
| Octal | 347 | 123 | 123 | 0 | 100 | 100 | 11 | 0 | 114 | 76 |
| Binary | 11100111 | 1010011 | 1010011 | 0 | 1000000 | 1000000 | 1001 | 0 | 1001100 | 111110 |
Color Harmonies of #E75353
Complementary color
Monochromatic Colors of #E75353
Black with #E75353
Text Example
Text Example
White with #E75353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75353; }
p { color: rgb(231,83,83); }
H1.HeaderClassName
{
color: #E75353;
}
.AnyTagClassName
{
color: #E75353;
}
</style>
background-color css
<style>
a { background-color: #E75353; }
a { background-color: rgb(231,83,83); }
div.DivClassName
{
background-color: #E75353;
}
.BgClassName
{
background-color: #E75353;
}
</style>
border-color css
<style>
span { border-color: #E75353; }
span { border-color: rgb(231,83,83); }
td.TdClassName
{
border-color: #E75353;
}
.TagClassName
{
border-color: #E75353;
}
</style>