Shades of Valencia #EA5050
Tints of Valencia #EA5050
RGB
CMYK
RGB Variations
Color information
#EA5050 (or 0xEA5050) is known color: Valencia. HEX triplet: EA, 50 and 50. RGB value is (234,80,80). Sum of RGB (Red+Green+Blue) = 234+80+80=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5050 is #15AFAF. Grayscale: #7E7E7E. Windows color (decimal): -1421232 or 5263594. OLE color: 5263594.
HSL color Cylindrical-coordinate representation of color #EA5050: hue angle of 0º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA5050 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 80 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.08 |
| HSL | 0º | 0.79% | 0.62% | - |
| HSV(B) | 0º | 0.66% | 0.92% | - |
| XYZ | 38.25 | 23.81 | 10.17 | - |
| YUV | 126.05 | 102.02 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 80 | 0 | 0.66 | 0.66 | 0.08 | 0 | 0.79 | 0.62 |
| Hex | EA | 50 | 50 | 0 | 42 | 42 | 8 | 0 | 4F | 3E |
| Octal | 352 | 120 | 120 | 0 | 102 | 102 | 10 | 0 | 117 | 76 |
| Binary | 11101010 | 1010000 | 1010000 | 0 | 1000010 | 1000010 | 1000 | 0 | 1001111 | 111110 |
Color Harmonies of #EA5050
Complementary color
Monochromatic Colors of #EA5050
Black with #EA5050
Text Example
Text Example
White with #EA5050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5050; }
p { color: rgb(234,80,80); }
H1.HeaderClassName
{
color: #EA5050;
}
.AnyTagClassName
{
color: #EA5050;
}
</style>
background-color css
<style>
a { background-color: #EA5050; }
a { background-color: rgb(234,80,80); }
div.DivClassName
{
background-color: #EA5050;
}
.BgClassName
{
background-color: #EA5050;
}
</style>
border-color css
<style>
span { border-color: #EA5050; }
span { border-color: rgb(234,80,80); }
td.TdClassName
{
border-color: #EA5050;
}
.TagClassName
{
border-color: #EA5050;
}
</style>