Shades of Roman #E2665B
Tints of Roman #E2665B
RGB
CMYK
RGB Variations
Color information
#E2665B (or 0xE2665B) is known color: Roman. HEX triplet: E2, 66 and 5B. RGB value is (226,102,91). Sum of RGB (Red+Green+Blue) = 226+102+91=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 102 (40.23% from 255 or 24.34% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2665B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2665B is #1D99A4. Grayscale: #898989. Windows color (decimal): -1939877 or 5990114. OLE color: 5990114.
HSL color Cylindrical-coordinate representation of color #E2665B: hue angle of 4.89º 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 #E2665B is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 91 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.11 |
| HSL | 4.89º | 0.7% | 0.62% | - |
| HSV(B) | 4.89º | 0.6% | 0.89% | - |
| XYZ | 38 | 26.43 | 13 | - |
| YUV | 137.82 | 101.58 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 91 | 0 | 0.55 | 0.60 | 0.11 | 4.89 | 0.7 | 0.62 |
| Hex | E2 | 66 | 5B | 0 | 37 | 3C | B | 5 | 46 | 3E |
| Octal | 342 | 146 | 133 | 0 | 67 | 74 | 13 | 5 | 106 | 76 |
| Binary | 11100010 | 1100110 | 1011011 | 0 | 110111 | 111100 | 1011 | 101 | 1000110 | 111110 |
Color Harmonies of #E2665B
Complementary color
Monochromatic Colors of #E2665B
Black with #E2665B
Text Example
Text Example
White with #E2665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2665B; }
p { color: rgb(226,102,91); }
H1.HeaderClassName
{
color: #E2665B;
}
.AnyTagClassName
{
color: #E2665B;
}
</style>
background-color css
<style>
a { background-color: #E2665B; }
a { background-color: rgb(226,102,91); }
div.DivClassName
{
background-color: #E2665B;
}
.BgClassName
{
background-color: #E2665B;
}
</style>
border-color css
<style>
span { border-color: #E2665B; }
span { border-color: rgb(226,102,91); }
td.TdClassName
{
border-color: #E2665B;
}
.TagClassName
{
border-color: #E2665B;
}
</style>