Shades of Ruby #E20276
Tints of Ruby #E20276
RGB
CMYK
RGB Variations
Color information
#E20276 (or 0xE20276) is known color: Ruby. HEX triplet: E2, 02 and 76. RGB value is (226,2,118). Sum of RGB (Red+Green+Blue) = 226+2+118=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E20276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20276 is #1DFD89. Grayscale: #515151. Windows color (decimal): -1965450 or 7733986. OLE color: 7733986.
HSL color Cylindrical-coordinate representation of color #E20276: hue angle of 328.93º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20276 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.11 |
| HSL | 328.93º | 0.98% | 0.45% | - |
| HSV(B) | 328.93º | 0.99% | 0.89% | - |
| XYZ | 34.66 | 17.52 | 18.69 | - |
| YUV | 82.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 118 | 0 | 0.99 | 0.48 | 0.11 | 328.93 | 0.98 | 0.45 |
| Hex | E2 | 2 | 76 | 0 | 63 | 30 | B | 149 | 62 | 2D |
| Octal | 342 | 2 | 166 | 0 | 143 | 60 | 13 | 511 | 142 | 55 |
| Binary | 11100010 | 10 | 1110110 | 0 | 1100011 | 110000 | 1011 | 101001001 | 1100010 | 101101 |
Color Harmonies of #E20276
Complementary color
Monochromatic Colors of #E20276
Black with #E20276
Text Example
Text Example
White with #E20276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20276; }
p { color: rgb(226,2,118); }
H1.HeaderClassName
{
color: #E20276;
}
.AnyTagClassName
{
color: #E20276;
}
</style>
background-color css
<style>
a { background-color: #E20276; }
a { background-color: rgb(226,2,118); }
div.DivClassName
{
background-color: #E20276;
}
.BgClassName
{
background-color: #E20276;
}
</style>
border-color css
<style>
span { border-color: #E20276; }
span { border-color: rgb(226,2,118); }
td.TdClassName
{
border-color: #E20276;
}
.TagClassName
{
border-color: #E20276;
}
</style>