Shades of Valencia #E25242
Tints of Valencia #E25242
RGB
CMYK
RGB Variations
Color information
#E25242 (or 0xE25242) is known color: Valencia. HEX triplet: E2, 52 and 42. RGB value is (226,82,66). Sum of RGB (Red+Green+Blue) = 226+82+66=374 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.43% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 226 - color contains mainly: red. Hex color #E25242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25242 is #1DADBD. Grayscale: #7B7B7B. Windows color (decimal): -1945022 or 4346594. OLE color: 4346594.
HSL color Cylindrical-coordinate representation of color #E25242: hue angle of 6º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E25242 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 66 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.11 |
| HSL | 6º | 0.73% | 0.57% | - |
| HSV(B) | 6º | 0.71% | 0.89% | - |
| XYZ | 35.36 | 22.6 | 7.65 | - |
| YUV | 123.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 66 | 0 | 0.64 | 0.71 | 0.11 | 6 | 0.73 | 0.57 |
| Hex | E2 | 52 | 42 | 0 | 40 | 47 | B | 6 | 49 | 39 |
| Octal | 342 | 122 | 102 | 0 | 100 | 107 | 13 | 6 | 111 | 71 |
| Binary | 11100010 | 1010010 | 1000010 | 0 | 1000000 | 1000111 | 1011 | 110 | 1001001 | 111001 |
Color Harmonies of #E25242
Complementary color
Monochromatic Colors of #E25242
Black with #E25242
Text Example
Text Example
White with #E25242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25242; }
p { color: rgb(226,82,66); }
H1.HeaderClassName
{
color: #E25242;
}
.AnyTagClassName
{
color: #E25242;
}
</style>
background-color css
<style>
a { background-color: #E25242; }
a { background-color: rgb(226,82,66); }
div.DivClassName
{
background-color: #E25242;
}
.BgClassName
{
background-color: #E25242;
}
</style>
border-color css
<style>
span { border-color: #E25242; }
span { border-color: rgb(226,82,66); }
td.TdClassName
{
border-color: #E25242;
}
.TagClassName
{
border-color: #E25242;
}
</style>