Shades of Valencia #E9504B
Tints of Valencia #E9504B
RGB
CMYK
RGB Variations
Color information
#E9504B (or 0xE9504B) is known color: Valencia. HEX triplet: E9, 50 and 4B. RGB value is (233,80,75). Sum of RGB (Red+Green+Blue) = 233+80+75=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E9504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9504B is #16AFB4. Grayscale: #7D7D7D. Windows color (decimal): -1486773 or 4935913. OLE color: 4935913.
HSL color Cylindrical-coordinate representation of color #E9504B: hue angle of 1.9º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E9504B is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 80 | 75 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.09 |
| HSL | 1.9º | 0.78% | 0.6% | - |
| HSV(B) | 1.9º | 0.68% | 0.91% | - |
| XYZ | 37.74 | 23.57 | 9.22 | - |
| YUV | 125.18 | 99.69 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 80 | 75 | 0 | 0.66 | 0.68 | 0.09 | 1.9 | 0.78 | 0.6 |
| Hex | E9 | 50 | 4B | 0 | 42 | 44 | 9 | 2 | 4E | 3C |
| Octal | 351 | 120 | 113 | 0 | 102 | 104 | 11 | 2 | 116 | 74 |
| Binary | 11101001 | 1010000 | 1001011 | 0 | 1000010 | 1000100 | 1001 | 10 | 1001110 | 111100 |
Color Harmonies of #E9504B
Complementary color
Monochromatic Colors of #E9504B
Black with #E9504B
Text Example
Text Example
White with #E9504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9504B; }
p { color: rgb(233,80,75); }
H1.HeaderClassName
{
color: #E9504B;
}
.AnyTagClassName
{
color: #E9504B;
}
</style>
background-color css
<style>
a { background-color: #E9504B; }
a { background-color: rgb(233,80,75); }
div.DivClassName
{
background-color: #E9504B;
}
.BgClassName
{
background-color: #E9504B;
}
</style>
border-color css
<style>
span { border-color: #E9504B; }
span { border-color: rgb(233,80,75); }
td.TdClassName
{
border-color: #E9504B;
}
.TagClassName
{
border-color: #E9504B;
}
</style>