Shades of Valencia #E55353
Tints of Valencia #E55353
RGB
CMYK
RGB Variations
Color information
#E55353 (or 0xE55353) is known color: Valencia. HEX triplet: E5, 53 and 53. RGB value is (229,83,83). Sum of RGB (Red+Green+Blue) = 229+83+83=395 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.97% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 229 - color contains mainly: red. Hex color #E55353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55353 is #1AACAC. Grayscale: #7E7E7E. Windows color (decimal): -1748141 or 5460965. OLE color: 5460965.
HSL color Cylindrical-coordinate representation of color #E55353: hue angle of 0º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E55353 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 83 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.10 |
| HSL | 0º | 0.74% | 0.61% | - |
| HSV(B) | 0º | 0.64% | 0.9% | - |
| XYZ | 36.97 | 23.47 | 10.77 | - |
| YUV | 126.65 | 103.37 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 83 | 0 | 0.64 | 0.64 | 0.10 | 0 | 0.74 | 0.61 |
| Hex | E5 | 53 | 53 | 0 | 40 | 40 | A | 0 | 4A | 3D |
| Octal | 345 | 123 | 123 | 0 | 100 | 100 | 12 | 0 | 112 | 75 |
| Binary | 11100101 | 1010011 | 1010011 | 0 | 1000000 | 1000000 | 1010 | 0 | 1001010 | 111101 |
Color Harmonies of #E55353
Complementary color
Monochromatic Colors of #E55353
Black with #E55353
Text Example
Text Example
White with #E55353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55353; }
p { color: rgb(229,83,83); }
H1.HeaderClassName
{
color: #E55353;
}
.AnyTagClassName
{
color: #E55353;
}
</style>
background-color css
<style>
a { background-color: #E55353; }
a { background-color: rgb(229,83,83); }
div.DivClassName
{
background-color: #E55353;
}
.BgClassName
{
background-color: #E55353;
}
</style>
border-color css
<style>
span { border-color: #E55353; }
span { border-color: rgb(229,83,83); }
td.TdClassName
{
border-color: #E55353;
}
.TagClassName
{
border-color: #E55353;
}
</style>