Shades of Roman #E2655C
Tints of Roman #E2655C
RGB
CMYK
RGB Variations
Color information
#E2655C (or 0xE2655C) is known color: Roman. HEX triplet: E2, 65 and 5C. RGB value is (226,101,92). Sum of RGB (Red+Green+Blue) = 226+101+92=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2655C is #1D9AA3. Grayscale: #898989. Windows color (decimal): -1940132 or 6055394. OLE color: 6055394.
HSL color Cylindrical-coordinate representation of color #E2655C: hue angle of 4.03º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2655C is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 92 | - |
| CMYK | 0 | 0.55 | 0.59 | 0.11 |
| HSL | 4.03º | 0.7% | 0.62% | - |
| HSV(B) | 4.03º | 0.59% | 0.89% | - |
| XYZ | 37.95 | 26.25 | 13.19 | - |
| YUV | 137.35 | 102.41 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 92 | 0 | 0.55 | 0.59 | 0.11 | 4.03 | 0.7 | 0.62 |
| Hex | E2 | 65 | 5C | 0 | 37 | 3B | B | 4 | 46 | 3E |
| Octal | 342 | 145 | 134 | 0 | 67 | 73 | 13 | 4 | 106 | 76 |
| Binary | 11100010 | 1100101 | 1011100 | 0 | 110111 | 111011 | 1011 | 100 | 1000110 | 111110 |
Color Harmonies of #E2655C
Complementary color
Monochromatic Colors of #E2655C
Black with #E2655C
Text Example
Text Example
White with #E2655C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2655C; }
p { color: rgb(226,101,92); }
H1.HeaderClassName
{
color: #E2655C;
}
.AnyTagClassName
{
color: #E2655C;
}
</style>
background-color css
<style>
a { background-color: #E2655C; }
a { background-color: rgb(226,101,92); }
div.DivClassName
{
background-color: #E2655C;
}
.BgClassName
{
background-color: #E2655C;
}
</style>
border-color css
<style>
span { border-color: #E2655C; }
span { border-color: rgb(226,101,92); }
td.TdClassName
{
border-color: #E2655C;
}
.TagClassName
{
border-color: #E2655C;
}
</style>