Shades of Valencia #E25450
Tints of Valencia #E25450
RGB
CMYK
RGB Variations
Color information
#E25450 (or 0xE25450) is known color: Valencia. HEX triplet: E2, 54 and 50. RGB value is (226,84,80). Sum of RGB (Red+Green+Blue) = 226+84+80=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E25450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25450 is #1DABAF. Grayscale: #7E7E7E. Windows color (decimal): -1944496 or 5264610. OLE color: 5264610.
HSL color Cylindrical-coordinate representation of color #E25450: hue angle of 1.64º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E25450 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 84 | 80 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.11 |
| HSL | 1.64º | 0.72% | 0.6% | - |
| HSV(B) | 1.64º | 0.65% | 0.89% | - |
| XYZ | 35.98 | 23.09 | 10.15 | - |
| YUV | 126 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 84 | 80 | 0 | 0.63 | 0.65 | 0.11 | 1.64 | 0.72 | 0.6 |
| Hex | E2 | 54 | 50 | 0 | 3F | 41 | B | 2 | 48 | 3C |
| Octal | 342 | 124 | 120 | 0 | 77 | 101 | 13 | 2 | 110 | 74 |
| Binary | 11100010 | 1010100 | 1010000 | 0 | 111111 | 1000001 | 1011 | 10 | 1001000 | 111100 |
Color Harmonies of #E25450
Complementary color
Monochromatic Colors of #E25450
Black with #E25450
Text Example
Text Example
White with #E25450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25450; }
p { color: rgb(226,84,80); }
H1.HeaderClassName
{
color: #E25450;
}
.AnyTagClassName
{
color: #E25450;
}
</style>
background-color css
<style>
a { background-color: #E25450; }
a { background-color: rgb(226,84,80); }
div.DivClassName
{
background-color: #E25450;
}
.BgClassName
{
background-color: #E25450;
}
</style>
border-color css
<style>
span { border-color: #E25450; }
span { border-color: rgb(226,84,80); }
td.TdClassName
{
border-color: #E25450;
}
.TagClassName
{
border-color: #E25450;
}
</style>