Shades of Roman #E2665A
Tints of Roman #E2665A
RGB
CMYK
RGB Variations
Color information
#E2665A (or 0xE2665A) is known color: Roman. HEX triplet: E2, 66 and 5A. RGB value is (226,102,90). Sum of RGB (Red+Green+Blue) = 226+102+90=418 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.07% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 226 - color contains mainly: red. Hex color #E2665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2665A is #1D99A5. Grayscale: #898989. Windows color (decimal): -1939878 or 5924578. OLE color: 5924578.
HSL color Cylindrical-coordinate representation of color #E2665A: hue angle of 5.29º 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 #E2665A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 90 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.11 |
| HSL | 5.29º | 0.7% | 0.62% | - |
| HSV(B) | 5.29º | 0.6% | 0.89% | - |
| XYZ | 37.96 | 26.41 | 12.77 | - |
| YUV | 137.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 90 | 0 | 0.55 | 0.60 | 0.11 | 5.29 | 0.7 | 0.62 |
| Hex | E2 | 66 | 5A | 0 | 37 | 3C | B | 5 | 46 | 3E |
| Octal | 342 | 146 | 132 | 0 | 67 | 74 | 13 | 5 | 106 | 76 |
| Binary | 11100010 | 1100110 | 1011010 | 0 | 110111 | 111100 | 1011 | 101 | 1000110 | 111110 |
Color Harmonies of #E2665A
Complementary color
Monochromatic Colors of #E2665A
Black with #E2665A
Text Example
Text Example
White with #E2665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2665A; }
p { color: rgb(226,102,90); }
H1.HeaderClassName
{
color: #E2665A;
}
.AnyTagClassName
{
color: #E2665A;
}
</style>
background-color css
<style>
a { background-color: #E2665A; }
a { background-color: rgb(226,102,90); }
div.DivClassName
{
background-color: #E2665A;
}
.BgClassName
{
background-color: #E2665A;
}
</style>
border-color css
<style>
span { border-color: #E2665A; }
span { border-color: rgb(226,102,90); }
td.TdClassName
{
border-color: #E2665A;
}
.TagClassName
{
border-color: #E2665A;
}
</style>