Shades of Valencia #E25250
Tints of Valencia #E25250
RGB
CMYK
RGB Variations
Color information
#E25250 (or 0xE25250) is known color: Valencia. HEX triplet: E2, 52 and 50. RGB value is (226,82,80). Sum of RGB (Red+Green+Blue) = 226+82+80=388 (51% of max value = 765). Red value is 226 (88.67% from 255 or 58.25% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 226 - color contains mainly: red. Hex color #E25250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25250 is #1DADAF. Grayscale: #7C7C7C. Windows color (decimal): -1945008 or 5264098. OLE color: 5264098.
HSL color Cylindrical-coordinate representation of color #E25250: hue angle of 0.82º 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 #E25250 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 80 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.11 |
| HSL | 0.82º | 0.72% | 0.6% | - |
| HSV(B) | 0.82º | 0.65% | 0.89% | - |
| XYZ | 35.83 | 22.78 | 10.1 | - |
| YUV | 124.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 80 | 0 | 0.64 | 0.65 | 0.11 | 0.82 | 0.72 | 0.6 |
| Hex | E2 | 52 | 50 | 0 | 40 | 41 | B | 1 | 48 | 3C |
| Octal | 342 | 122 | 120 | 0 | 100 | 101 | 13 | 1 | 110 | 74 |
| Binary | 11100010 | 1010010 | 1010000 | 0 | 1000000 | 1000001 | 1011 | 1 | 1001000 | 111100 |
Color Harmonies of #E25250
Complementary color
Monochromatic Colors of #E25250
Black with #E25250
Text Example
Text Example
White with #E25250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25250; }
p { color: rgb(226,82,80); }
H1.HeaderClassName
{
color: #E25250;
}
.AnyTagClassName
{
color: #E25250;
}
</style>
background-color css
<style>
a { background-color: #E25250; }
a { background-color: rgb(226,82,80); }
div.DivClassName
{
background-color: #E25250;
}
.BgClassName
{
background-color: #E25250;
}
</style>
border-color css
<style>
span { border-color: #E25250; }
span { border-color: rgb(226,82,80); }
td.TdClassName
{
border-color: #E25250;
}
.TagClassName
{
border-color: #E25250;
}
</style>