Shades of Roman #E2655B
Tints of Roman #E2655B
RGB
CMYK
RGB Variations
Color information
#E2655B (or 0xE2655B) is known color: Roman. HEX triplet: E2, 65 and 5B. RGB value is (226,101,91). Sum of RGB (Red+Green+Blue) = 226+101+91=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2655B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2655B is #1D9AA4. Grayscale: #898989. Windows color (decimal): -1940133 or 5989858. OLE color: 5989858.
HSL color Cylindrical-coordinate representation of color #E2655B: hue angle of 4.44º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2655B is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 91 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.11 |
| HSL | 4.44º | 0.7% | 0.62% | - |
| HSV(B) | 4.44º | 0.6% | 0.89% | - |
| XYZ | 37.91 | 26.23 | 12.96 | - |
| YUV | 137.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 91 | 0 | 0.55 | 0.60 | 0.11 | 4.44 | 0.7 | 0.62 |
| Hex | E2 | 65 | 5B | 0 | 37 | 3C | B | 4 | 46 | 3E |
| Octal | 342 | 145 | 133 | 0 | 67 | 74 | 13 | 4 | 106 | 76 |
| Binary | 11100010 | 1100101 | 1011011 | 0 | 110111 | 111100 | 1011 | 100 | 1000110 | 111110 |
Color Harmonies of #E2655B
Complementary color
Monochromatic Colors of #E2655B
Black with #E2655B
Text Example
Text Example
White with #E2655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2655B; }
p { color: rgb(226,101,91); }
H1.HeaderClassName
{
color: #E2655B;
}
.AnyTagClassName
{
color: #E2655B;
}
</style>
background-color css
<style>
a { background-color: #E2655B; }
a { background-color: rgb(226,101,91); }
div.DivClassName
{
background-color: #E2655B;
}
.BgClassName
{
background-color: #E2655B;
}
</style>
border-color css
<style>
span { border-color: #E2655B; }
span { border-color: rgb(226,101,91); }
td.TdClassName
{
border-color: #E2655B;
}
.TagClassName
{
border-color: #E2655B;
}
</style>