Shades of Valencia #E35345
Tints of Valencia #E35345
RGB
CMYK
RGB Variations
Color information
#E35345 (or 0xE35345) is known color: Valencia. HEX triplet: E3, 53 and 45. RGB value is (227,83,69). Sum of RGB (Red+Green+Blue) = 227+83+69=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E35345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35345 is #1CACBA. Grayscale: #7C7C7C. Windows color (decimal): -1879227 or 4543459. OLE color: 4543459.
HSL color Cylindrical-coordinate representation of color #E35345: hue angle of 5.32º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35345 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 69 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.11 |
| HSL | 5.32º | 0.74% | 0.58% | - |
| HSV(B) | 5.32º | 0.7% | 0.89% | - |
| XYZ | 35.85 | 22.95 | 8.17 | - |
| YUV | 124.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 69 | 0 | 0.63 | 0.70 | 0.11 | 5.32 | 0.74 | 0.58 |
| Hex | E3 | 53 | 45 | 0 | 3F | 46 | B | 5 | 4A | 3A |
| Octal | 343 | 123 | 105 | 0 | 77 | 106 | 13 | 5 | 112 | 72 |
| Binary | 11100011 | 1010011 | 1000101 | 0 | 111111 | 1000110 | 1011 | 101 | 1001010 | 111010 |
Color Harmonies of #E35345
Complementary color
Monochromatic Colors of #E35345
Black with #E35345
Text Example
Text Example
White with #E35345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35345; }
p { color: rgb(227,83,69); }
H1.HeaderClassName
{
color: #E35345;
}
.AnyTagClassName
{
color: #E35345;
}
</style>
background-color css
<style>
a { background-color: #E35345; }
a { background-color: rgb(227,83,69); }
div.DivClassName
{
background-color: #E35345;
}
.BgClassName
{
background-color: #E35345;
}
</style>
border-color css
<style>
span { border-color: #E35345; }
span { border-color: rgb(227,83,69); }
td.TdClassName
{
border-color: #E35345;
}
.TagClassName
{
border-color: #E35345;
}
</style>