Shades of Valencia #E25653
Tints of Valencia #E25653
RGB
CMYK
RGB Variations
Color information
#E25653 (or 0xE25653) is known color: Valencia. HEX triplet: E2, 56 and 53. RGB value is (226,86,83). Sum of RGB (Red+Green+Blue) = 226+86+83=395 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.22% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 226 - color contains mainly: red. Hex color #E25653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25653 is #1DA9AC. Grayscale: #7F7F7F. Windows color (decimal): -1943981 or 5461730. OLE color: 5461730.
HSL color Cylindrical-coordinate representation of color #E25653: hue angle of 1.26º 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 #E25653 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 83 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.11 |
| HSL | 1.26º | 0.71% | 0.61% | - |
| HSV(B) | 1.26º | 0.63% | 0.89% | - |
| XYZ | 36.25 | 23.45 | 10.8 | - |
| YUV | 127.52 | 102.88 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 83 | 0 | 0.62 | 0.63 | 0.11 | 1.26 | 0.71 | 0.61 |
| Hex | E2 | 56 | 53 | 0 | 3E | 3F | B | 1 | 47 | 3D |
| Octal | 342 | 126 | 123 | 0 | 76 | 77 | 13 | 1 | 107 | 75 |
| Binary | 11100010 | 1010110 | 1010011 | 0 | 111110 | 111111 | 1011 | 1 | 1000111 | 111101 |
Color Harmonies of #E25653
Complementary color
Monochromatic Colors of #E25653
Black with #E25653
Text Example
Text Example
White with #E25653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25653; }
p { color: rgb(226,86,83); }
H1.HeaderClassName
{
color: #E25653;
}
.AnyTagClassName
{
color: #E25653;
}
</style>
background-color css
<style>
a { background-color: #E25653; }
a { background-color: rgb(226,86,83); }
div.DivClassName
{
background-color: #E25653;
}
.BgClassName
{
background-color: #E25653;
}
</style>
border-color css
<style>
span { border-color: #E25653; }
span { border-color: rgb(226,86,83); }
td.TdClassName
{
border-color: #E25653;
}
.TagClassName
{
border-color: #E25653;
}
</style>