Shades of Sorbus #E75E2A
Tints of Sorbus #E75E2A
RGB
CMYK
RGB Variations
Color information
#E75E2A (or 0xE75E2A) is known color: Sorbus. HEX triplet: E7, 5E and 2A. RGB value is (231,94,42). Sum of RGB (Red+Green+Blue) = 231+94+42=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75E2A is #18A1D5. Grayscale: #818181. Windows color (decimal): -1614294 or 2776807. OLE color: 2776807.
HSL color Cylindrical-coordinate representation of color #E75E2A: hue angle of 16.51º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E75E2A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 42 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.09 |
| HSL | 16.51º | 0.8% | 0.54% | - |
| HSV(B) | 16.51º | 0.82% | 0.91% | - |
| XYZ | 37.38 | 25.16 | 5.08 | - |
| YUV | 129.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 42 | 0 | 0.59 | 0.82 | 0.09 | 16.51 | 0.8 | 0.54 |
| Hex | E7 | 5E | 2A | 0 | 3B | 52 | 9 | 11 | 50 | 36 |
| Octal | 347 | 136 | 52 | 0 | 73 | 122 | 11 | 21 | 120 | 66 |
| Binary | 11100111 | 1011110 | 101010 | 0 | 111011 | 1010010 | 1001 | 10001 | 1010000 | 110110 |
Color Harmonies of #E75E2A
Complementary color
Monochromatic Colors of #E75E2A
Black with #E75E2A
Text Example
Text Example
White with #E75E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E2A; }
p { color: rgb(231,94,42); }
H1.HeaderClassName
{
color: #E75E2A;
}
.AnyTagClassName
{
color: #E75E2A;
}
</style>
background-color css
<style>
a { background-color: #E75E2A; }
a { background-color: rgb(231,94,42); }
div.DivClassName
{
background-color: #E75E2A;
}
.BgClassName
{
background-color: #E75E2A;
}
</style>
border-color css
<style>
span { border-color: #E75E2A; }
span { border-color: rgb(231,94,42); }
td.TdClassName
{
border-color: #E75E2A;
}
.TagClassName
{
border-color: #E75E2A;
}
</style>