Shades of Valencia #E25145
Tints of Valencia #E25145
RGB
CMYK
RGB Variations
Color information
#E25145 (or 0xE25145) is known color: Valencia. HEX triplet: E2, 51 and 45. RGB value is (226,81,69). Sum of RGB (Red+Green+Blue) = 226+81+69=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E25145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25145 is #1DAEBA. Grayscale: #7B7B7B. Windows color (decimal): -1945275 or 4542946. OLE color: 4542946.
HSL color Cylindrical-coordinate representation of color #E25145: hue angle of 4.59º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E25145 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 69 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.11 |
| HSL | 4.59º | 0.73% | 0.58% | - |
| HSV(B) | 4.59º | 0.69% | 0.89% | - |
| XYZ | 35.38 | 22.48 | 8.11 | - |
| YUV | 122.99 | 97.54 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 69 | 0 | 0.64 | 0.69 | 0.11 | 4.59 | 0.73 | 0.58 |
| Hex | E2 | 51 | 45 | 0 | 40 | 45 | B | 5 | 49 | 3A |
| Octal | 342 | 121 | 105 | 0 | 100 | 105 | 13 | 5 | 111 | 72 |
| Binary | 11100010 | 1010001 | 1000101 | 0 | 1000000 | 1000101 | 1011 | 101 | 1001001 | 111010 |
Color Harmonies of #E25145
Complementary color
Monochromatic Colors of #E25145
Black with #E25145
Text Example
Text Example
White with #E25145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25145; }
p { color: rgb(226,81,69); }
H1.HeaderClassName
{
color: #E25145;
}
.AnyTagClassName
{
color: #E25145;
}
</style>
background-color css
<style>
a { background-color: #E25145; }
a { background-color: rgb(226,81,69); }
div.DivClassName
{
background-color: #E25145;
}
.BgClassName
{
background-color: #E25145;
}
</style>
border-color css
<style>
span { border-color: #E25145; }
span { border-color: rgb(226,81,69); }
td.TdClassName
{
border-color: #E25145;
}
.TagClassName
{
border-color: #E25145;
}
</style>