Shades of Valencia #E3524E
Tints of Valencia #E3524E
RGB
CMYK
RGB Variations
Color information
#E3524E (or 0xE3524E) is known color: Valencia. HEX triplet: E3, 52 and 4E. RGB value is (227,82,78). Sum of RGB (Red+Green+Blue) = 227+82+78=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E3524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3524E is #1CADB1. Grayscale: #7D7D7D. Windows color (decimal): -1879474 or 5133027. OLE color: 5133027.
HSL color Cylindrical-coordinate representation of color #E3524E: hue angle of 1.61º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3524E is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 78 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.11 |
| HSL | 1.61º | 0.73% | 0.6% | - |
| HSV(B) | 1.61º | 0.66% | 0.89% | - |
| XYZ | 36.07 | 22.92 | 9.73 | - |
| YUV | 124.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 78 | 0 | 0.64 | 0.66 | 0.11 | 1.61 | 0.73 | 0.6 |
| Hex | E3 | 52 | 4E | 0 | 40 | 42 | B | 2 | 49 | 3C |
| Octal | 343 | 122 | 116 | 0 | 100 | 102 | 13 | 2 | 111 | 74 |
| Binary | 11100011 | 1010010 | 1001110 | 0 | 1000000 | 1000010 | 1011 | 10 | 1001001 | 111100 |
Color Harmonies of #E3524E
Complementary color
Monochromatic Colors of #E3524E
Black with #E3524E
Text Example
Text Example
White with #E3524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3524E; }
p { color: rgb(227,82,78); }
H1.HeaderClassName
{
color: #E3524E;
}
.AnyTagClassName
{
color: #E3524E;
}
</style>
background-color css
<style>
a { background-color: #E3524E; }
a { background-color: rgb(227,82,78); }
div.DivClassName
{
background-color: #E3524E;
}
.BgClassName
{
background-color: #E3524E;
}
</style>
border-color css
<style>
span { border-color: #E3524E; }
span { border-color: rgb(227,82,78); }
td.TdClassName
{
border-color: #E3524E;
}
.TagClassName
{
border-color: #E3524E;
}
</style>