Shades of Valencia #E25445
Tints of Valencia #E25445
RGB
CMYK
RGB Variations
Color information
#E25445 (or 0xE25445) is known color: Valencia. HEX triplet: E2, 54 and 45. RGB value is (226,84,69). Sum of RGB (Red+Green+Blue) = 226+84+69=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E25445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25445 is #1DABBA. Grayscale: #7C7C7C. Windows color (decimal): -1944507 or 4543714. OLE color: 4543714.
HSL color Cylindrical-coordinate representation of color #E25445: hue angle of 5.73º 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 #E25445 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 69 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.11 |
| HSL | 5.73º | 0.73% | 0.58% | - |
| HSV(B) | 5.73º | 0.69% | 0.89% | - |
| XYZ | 35.61 | 22.94 | 8.18 | - |
| YUV | 124.75 | 96.54 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 69 | 0 | 0.63 | 0.69 | 0.11 | 5.73 | 0.73 | 0.58 |
| Hex | E2 | 54 | 45 | 0 | 3F | 45 | B | 6 | 49 | 3A |
| Octal | 342 | 124 | 105 | 0 | 77 | 105 | 13 | 6 | 111 | 72 |
| Binary | 11100010 | 1010100 | 1000101 | 0 | 111111 | 1000101 | 1011 | 110 | 1001001 | 111010 |
Color Harmonies of #E25445
Complementary color
Monochromatic Colors of #E25445
Black with #E25445
Text Example
Text Example
White with #E25445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25445; }
p { color: rgb(226,84,69); }
H1.HeaderClassName
{
color: #E25445;
}
.AnyTagClassName
{
color: #E25445;
}
</style>
background-color css
<style>
a { background-color: #E25445; }
a { background-color: rgb(226,84,69); }
div.DivClassName
{
background-color: #E25445;
}
.BgClassName
{
background-color: #E25445;
}
</style>
border-color css
<style>
span { border-color: #E25445; }
span { border-color: rgb(226,84,69); }
td.TdClassName
{
border-color: #E25445;
}
.TagClassName
{
border-color: #E25445;
}
</style>