Shades of Roman #E2675A
Tints of Roman #E2675A
RGB
CMYK
RGB Variations
Color information
#E2675A (or 0xE2675A) is known color: Roman. HEX triplet: E2, 67 and 5A. RGB value is (226,103,90). Sum of RGB (Red+Green+Blue) = 226+103+90=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2675A is #1D98A5. Grayscale: #8A8A8A. Windows color (decimal): -1939622 or 5924834. OLE color: 5924834.
HSL color Cylindrical-coordinate representation of color #E2675A: hue angle of 5.74º 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 #E2675A is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 90 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.11 |
| HSL | 5.74º | 0.7% | 0.62% | - |
| HSV(B) | 5.74º | 0.6% | 0.89% | - |
| XYZ | 38.06 | 26.61 | 12.8 | - |
| YUV | 138.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 90 | 0 | 0.54 | 0.60 | 0.11 | 5.74 | 0.7 | 0.62 |
| Hex | E2 | 67 | 5A | 0 | 36 | 3C | B | 6 | 46 | 3E |
| Octal | 342 | 147 | 132 | 0 | 66 | 74 | 13 | 6 | 106 | 76 |
| Binary | 11100010 | 1100111 | 1011010 | 0 | 110110 | 111100 | 1011 | 110 | 1000110 | 111110 |
Color Harmonies of #E2675A
Complementary color
Monochromatic Colors of #E2675A
Black with #E2675A
Text Example
Text Example
White with #E2675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2675A; }
p { color: rgb(226,103,90); }
H1.HeaderClassName
{
color: #E2675A;
}
.AnyTagClassName
{
color: #E2675A;
}
</style>
background-color css
<style>
a { background-color: #E2675A; }
a { background-color: rgb(226,103,90); }
div.DivClassName
{
background-color: #E2675A;
}
.BgClassName
{
background-color: #E2675A;
}
</style>
border-color css
<style>
span { border-color: #E2675A; }
span { border-color: rgb(226,103,90); }
td.TdClassName
{
border-color: #E2675A;
}
.TagClassName
{
border-color: #E2675A;
}
</style>