Shades of Valencia #E25346
Tints of Valencia #E25346
RGB
CMYK
RGB Variations
Color information
#E25346 (or 0xE25346) is known color: Valencia. HEX triplet: E2, 53 and 46. RGB value is (226,83,70). Sum of RGB (Red+Green+Blue) = 226+83+70=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E25346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25346 is #1DACB9. Grayscale: #7C7C7C. Windows color (decimal): -1944762 or 4608994. OLE color: 4608994.
HSL color Cylindrical-coordinate representation of color #E25346: hue angle of 5º 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 #E25346 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 70 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.11 |
| HSL | 5º | 0.73% | 0.58% | - |
| HSV(B) | 5º | 0.69% | 0.89% | - |
| XYZ | 35.56 | 22.8 | 8.32 | - |
| YUV | 124.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 70 | 0 | 0.63 | 0.69 | 0.11 | 5 | 0.73 | 0.58 |
| Hex | E2 | 53 | 46 | 0 | 3F | 45 | B | 5 | 49 | 3A |
| Octal | 342 | 123 | 106 | 0 | 77 | 105 | 13 | 5 | 111 | 72 |
| Binary | 11100010 | 1010011 | 1000110 | 0 | 111111 | 1000101 | 1011 | 101 | 1001001 | 111010 |
Color Harmonies of #E25346
Complementary color
Monochromatic Colors of #E25346
Black with #E25346
Text Example
Text Example
White with #E25346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25346; }
p { color: rgb(226,83,70); }
H1.HeaderClassName
{
color: #E25346;
}
.AnyTagClassName
{
color: #E25346;
}
</style>
background-color css
<style>
a { background-color: #E25346; }
a { background-color: rgb(226,83,70); }
div.DivClassName
{
background-color: #E25346;
}
.BgClassName
{
background-color: #E25346;
}
</style>
border-color css
<style>
span { border-color: #E25346; }
span { border-color: rgb(226,83,70); }
td.TdClassName
{
border-color: #E25346;
}
.TagClassName
{
border-color: #E25346;
}
</style>