Shades of Roman #E26B69
Tints of Roman #E26B69
RGB
CMYK
RGB Variations
Color information
#E26B69 (or 0xE26B69) is known color: Roman. HEX triplet: E2, 6B and 69. RGB value is (226,107,105). Sum of RGB (Red+Green+Blue) = 226+107+105=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 105 (41.41% from 255 or 23.97% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26B69 is #1D9496. Grayscale: #8E8E8E. Windows color (decimal): -1938583 or 6908898. OLE color: 6908898.
HSL color Cylindrical-coordinate representation of color #E26B69: hue angle of 0.99º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26B69 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 105 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.11 |
| HSL | 0.99º | 0.68% | 0.65% | - |
| HSV(B) | 0.99º | 0.54% | 0.89% | - |
| XYZ | 39.17 | 27.7 | 16.65 | - |
| YUV | 142.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 105 | 0 | 0.53 | 0.54 | 0.11 | 0.99 | 0.68 | 0.65 |
| Hex | E2 | 6B | 69 | 0 | 35 | 36 | B | 1 | 44 | 41 |
| Octal | 342 | 153 | 151 | 0 | 65 | 66 | 13 | 1 | 104 | 101 |
| Binary | 11100010 | 1101011 | 1101001 | 0 | 110101 | 110110 | 1011 | 1 | 1000100 | 1000001 |
Color Harmonies of #E26B69
Complementary color
Monochromatic Colors of #E26B69
Black with #E26B69
Text Example
Text Example
White with #E26B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B69; }
p { color: rgb(226,107,105); }
H1.HeaderClassName
{
color: #E26B69;
}
.AnyTagClassName
{
color: #E26B69;
}
</style>
background-color css
<style>
a { background-color: #E26B69; }
a { background-color: rgb(226,107,105); }
div.DivClassName
{
background-color: #E26B69;
}
.BgClassName
{
background-color: #E26B69;
}
</style>
border-color css
<style>
span { border-color: #E26B69; }
span { border-color: rgb(226,107,105); }
td.TdClassName
{
border-color: #E26B69;
}
.TagClassName
{
border-color: #E26B69;
}
</style>