Shades of Valencia #E2534C
Tints of Valencia #E2534C
RGB
CMYK
RGB Variations
Color information
#E2534C (or 0xE2534C) is known color: Valencia. HEX triplet: E2, 53 and 4C. RGB value is (226,83,76). Sum of RGB (Red+Green+Blue) = 226+83+76=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2534C is #1DACB3. Grayscale: #7D7D7D. Windows color (decimal): -1944756 or 5002210. OLE color: 5002210.
HSL color Cylindrical-coordinate representation of color #E2534C: hue angle of 2.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2534C is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 83 | 76 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.11 |
| HSL | 2.8º | 0.72% | 0.59% | - |
| HSV(B) | 2.8º | 0.66% | 0.89% | - |
| XYZ | 35.76 | 22.88 | 9.37 | - |
| YUV | 124.96 | 100.38 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 83 | 76 | 0 | 0.63 | 0.66 | 0.11 | 2.8 | 0.72 | 0.59 |
| Hex | E2 | 53 | 4C | 0 | 3F | 42 | B | 3 | 48 | 3B |
| Octal | 342 | 123 | 114 | 0 | 77 | 102 | 13 | 3 | 110 | 73 |
| Binary | 11100010 | 1010011 | 1001100 | 0 | 111111 | 1000010 | 1011 | 11 | 1001000 | 111011 |
Color Harmonies of #E2534C
Complementary color
Monochromatic Colors of #E2534C
Black with #E2534C
Text Example
Text Example
White with #E2534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2534C; }
p { color: rgb(226,83,76); }
H1.HeaderClassName
{
color: #E2534C;
}
.AnyTagClassName
{
color: #E2534C;
}
</style>
background-color css
<style>
a { background-color: #E2534C; }
a { background-color: rgb(226,83,76); }
div.DivClassName
{
background-color: #E2534C;
}
.BgClassName
{
background-color: #E2534C;
}
</style>
border-color css
<style>
span { border-color: #E2534C; }
span { border-color: rgb(226,83,76); }
td.TdClassName
{
border-color: #E2534C;
}
.TagClassName
{
border-color: #E2534C;
}
</style>