Shades of Valencia #E2504F
Tints of Valencia #E2504F
RGB
CMYK
RGB Variations
Color information
#E2504F (or 0xE2504F) is known color: Valencia. HEX triplet: E2, 50 and 4F. RGB value is (226,80,79). Sum of RGB (Red+Green+Blue) = 226+80+79=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2504F is #1DAFB0. Grayscale: #7B7B7B. Windows color (decimal): -1945521 or 5198050. OLE color: 5198050.
HSL color Cylindrical-coordinate representation of color #E2504F: hue angle of 0.41º 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 #E2504F is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 79 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.11 |
| HSL | 0.41º | 0.72% | 0.6% | - |
| HSV(B) | 0.41º | 0.65% | 0.89% | - |
| XYZ | 35.64 | 22.47 | 9.86 | - |
| YUV | 123.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 79 | 0 | 0.65 | 0.65 | 0.11 | 0.41 | 0.72 | 0.6 |
| Hex | E2 | 50 | 4F | 0 | 41 | 41 | B | 0 | 48 | 3C |
| Octal | 342 | 120 | 117 | 0 | 101 | 101 | 13 | 0 | 110 | 74 |
| Binary | 11100010 | 1010000 | 1001111 | 0 | 1000001 | 1000001 | 1011 | 0 | 1001000 | 111100 |
Color Harmonies of #E2504F
Complementary color
Monochromatic Colors of #E2504F
Black with #E2504F
Text Example
Text Example
White with #E2504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2504F; }
p { color: rgb(226,80,79); }
H1.HeaderClassName
{
color: #E2504F;
}
.AnyTagClassName
{
color: #E2504F;
}
</style>
background-color css
<style>
a { background-color: #E2504F; }
a { background-color: rgb(226,80,79); }
div.DivClassName
{
background-color: #E2504F;
}
.BgClassName
{
background-color: #E2504F;
}
</style>
border-color css
<style>
span { border-color: #E2504F; }
span { border-color: rgb(226,80,79); }
td.TdClassName
{
border-color: #E2504F;
}
.TagClassName
{
border-color: #E2504F;
}
</style>