Shades of Valencia #EA504F
Tints of Valencia #EA504F
RGB
CMYK
RGB Variations
Color information
#EA504F (or 0xEA504F) is known color: Valencia. HEX triplet: EA, 50 and 4F. RGB value is (234,80,79). Sum of RGB (Red+Green+Blue) = 234+80+79=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA504F is #15AFB0. Grayscale: #7E7E7E. Windows color (decimal): -1421233 or 5198058. OLE color: 5198058.
HSL color Cylindrical-coordinate representation of color #EA504F: hue angle of 0.39º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA504F is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 79 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.08 |
| HSL | 0.39º | 0.79% | 0.61% | - |
| HSV(B) | 0.39º | 0.66% | 0.92% | - |
| XYZ | 38.21 | 23.79 | 9.98 | - |
| YUV | 125.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 79 | 0 | 0.66 | 0.66 | 0.08 | 0.39 | 0.79 | 0.61 |
| Hex | EA | 50 | 4F | 0 | 42 | 42 | 8 | 0 | 4F | 3D |
| Octal | 352 | 120 | 117 | 0 | 102 | 102 | 10 | 0 | 117 | 75 |
| Binary | 11101010 | 1010000 | 1001111 | 0 | 1000010 | 1000010 | 1000 | 0 | 1001111 | 111101 |
Color Harmonies of #EA504F
Complementary color
Monochromatic Colors of #EA504F
Black with #EA504F
Text Example
Text Example
White with #EA504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA504F; }
p { color: rgb(234,80,79); }
H1.HeaderClassName
{
color: #EA504F;
}
.AnyTagClassName
{
color: #EA504F;
}
</style>
background-color css
<style>
a { background-color: #EA504F; }
a { background-color: rgb(234,80,79); }
div.DivClassName
{
background-color: #EA504F;
}
.BgClassName
{
background-color: #EA504F;
}
</style>
border-color css
<style>
span { border-color: #EA504F; }
span { border-color: rgb(234,80,79); }
td.TdClassName
{
border-color: #EA504F;
}
.TagClassName
{
border-color: #EA504F;
}
</style>