Shades of Valencia #E4504B
Tints of Valencia #E4504B
RGB
CMYK
RGB Variations
Color information
#E4504B (or 0xE4504B) is known color: Valencia. HEX triplet: E4, 50 and 4B. RGB value is (228,80,75). Sum of RGB (Red+Green+Blue) = 228+80+75=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E4504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E4504B is #1BAFB4. Grayscale: #7B7B7B. Windows color (decimal): -1814453 or 4935908. OLE color: 4935908.
HSL color Cylindrical-coordinate representation of color #E4504B: hue angle of 1.96º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4504B is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 75 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.11 |
| HSL | 1.96º | 0.74% | 0.59% | - |
| HSV(B) | 1.96º | 0.67% | 0.89% | - |
| XYZ | 36.13 | 22.74 | 9.14 | - |
| YUV | 123.68 | 100.53 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 75 | 0 | 0.65 | 0.67 | 0.11 | 1.96 | 0.74 | 0.59 |
| Hex | E4 | 50 | 4B | 0 | 41 | 43 | B | 2 | 4A | 3B |
| Octal | 344 | 120 | 113 | 0 | 101 | 103 | 13 | 2 | 112 | 73 |
| Binary | 11100100 | 1010000 | 1001011 | 0 | 1000001 | 1000011 | 1011 | 10 | 1001010 | 111011 |
Color Harmonies of #E4504B
Complementary color
Monochromatic Colors of #E4504B
Black with #E4504B
Text Example
Text Example
White with #E4504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4504B; }
p { color: rgb(228,80,75); }
H1.HeaderClassName
{
color: #E4504B;
}
.AnyTagClassName
{
color: #E4504B;
}
</style>
background-color css
<style>
a { background-color: #E4504B; }
a { background-color: rgb(228,80,75); }
div.DivClassName
{
background-color: #E4504B;
}
.BgClassName
{
background-color: #E4504B;
}
</style>
border-color css
<style>
span { border-color: #E4504B; }
span { border-color: rgb(228,80,75); }
td.TdClassName
{
border-color: #E4504B;
}
.TagClassName
{
border-color: #E4504B;
}
</style>