Shades of Valencia #E25353
Tints of Valencia #E25353
RGB
CMYK
RGB Variations
Color information
#E25353 (or 0xE25353) is known color: Valencia. HEX triplet: E2, 53 and 53. RGB value is (226,83,83). Sum of RGB (Red+Green+Blue) = 226+83+83=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E25353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25353 is #1DACAC. Grayscale: #7D7D7D. Windows color (decimal): -1944749 or 5460962. OLE color: 5460962.
HSL color Cylindrical-coordinate representation of color #E25353: hue angle of 0º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E25353 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 83 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.11 |
| HSL | 0º | 0.71% | 0.61% | - |
| HSV(B) | 0º | 0.63% | 0.89% | - |
| XYZ | 36.02 | 22.98 | 10.72 | - |
| YUV | 125.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 83 | 0 | 0.63 | 0.63 | 0.11 | 0 | 0.71 | 0.61 |
| Hex | E2 | 53 | 53 | 0 | 3F | 3F | B | 0 | 47 | 3D |
| Octal | 342 | 123 | 123 | 0 | 77 | 77 | 13 | 0 | 107 | 75 |
| Binary | 11100010 | 1010011 | 1010011 | 0 | 111111 | 111111 | 1011 | 0 | 1000111 | 111101 |
Color Harmonies of #E25353
Complementary color
Monochromatic Colors of #E25353
Black with #E25353
Text Example
Text Example
White with #E25353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25353; }
p { color: rgb(226,83,83); }
H1.HeaderClassName
{
color: #E25353;
}
.AnyTagClassName
{
color: #E25353;
}
</style>
background-color css
<style>
a { background-color: #E25353; }
a { background-color: rgb(226,83,83); }
div.DivClassName
{
background-color: #E25353;
}
.BgClassName
{
background-color: #E25353;
}
</style>
border-color css
<style>
span { border-color: #E25353; }
span { border-color: rgb(226,83,83); }
td.TdClassName
{
border-color: #E25353;
}
.TagClassName
{
border-color: #E25353;
}
</style>