Shades of Sorbus #E75B2E
Tints of Sorbus #E75B2E
RGB
CMYK
RGB Variations
Color information
#E75B2E (or 0xE75B2E) is known color: Sorbus. HEX triplet: E7, 5B and 2E. RGB value is (231,91,46). Sum of RGB (Red+Green+Blue) = 231+91+46=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E75B2E is #18A4D1. Grayscale: #808080. Windows color (decimal): -1615058 or 3038183. OLE color: 3038183.
HSL color Cylindrical-coordinate representation of color #E75B2E: hue angle of 14.59º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E75B2E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 46 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.09 |
| HSL | 14.59º | 0.79% | 0.54% | - |
| HSV(B) | 14.59º | 0.8% | 0.91% | - |
| XYZ | 37.19 | 24.67 | 5.39 | - |
| YUV | 127.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 46 | 0 | 0.61 | 0.80 | 0.09 | 14.59 | 0.79 | 0.54 |
| Hex | E7 | 5B | 2E | 0 | 3D | 50 | 9 | F | 4F | 36 |
| Octal | 347 | 133 | 56 | 0 | 75 | 120 | 11 | 17 | 117 | 66 |
| Binary | 11100111 | 1011011 | 101110 | 0 | 111101 | 1010000 | 1001 | 1111 | 1001111 | 110110 |
Color Harmonies of #E75B2E
Complementary color
Monochromatic Colors of #E75B2E
Black with #E75B2E
Text Example
Text Example
White with #E75B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B2E; }
p { color: rgb(231,91,46); }
H1.HeaderClassName
{
color: #E75B2E;
}
.AnyTagClassName
{
color: #E75B2E;
}
</style>
background-color css
<style>
a { background-color: #E75B2E; }
a { background-color: rgb(231,91,46); }
div.DivClassName
{
background-color: #E75B2E;
}
.BgClassName
{
background-color: #E75B2E;
}
</style>
border-color css
<style>
span { border-color: #E75B2E; }
span { border-color: rgb(231,91,46); }
td.TdClassName
{
border-color: #E75B2E;
}
.TagClassName
{
border-color: #E75B2E;
}
</style>