Shades of Ruby #E2027B
Tints of Ruby #E2027B
RGB
CMYK
RGB Variations
Color information
#E2027B (or 0xE2027B) is known color: Ruby. HEX triplet: E2, 02 and 7B. RGB value is (226,2,123). Sum of RGB (Red+Green+Blue) = 226+2+123=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2027B is #1DFD84. Grayscale: #525252. Windows color (decimal): -1965445 or 8061666. OLE color: 8061666.
HSL color Cylindrical-coordinate representation of color #E2027B: hue angle of 327.59º 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 #E2027B is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.11 |
| HSL | 327.59º | 0.98% | 0.45% | - |
| HSV(B) | 327.59º | 0.99% | 0.89% | - |
| XYZ | 34.96 | 17.64 | 20.3 | - |
| YUV | 82.77 | 150.71 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 123 | 0 | 0.99 | 0.46 | 0.11 | 327.59 | 0.98 | 0.45 |
| Hex | E2 | 2 | 7B | 0 | 63 | 2E | B | 148 | 62 | 2D |
| Octal | 342 | 2 | 173 | 0 | 143 | 56 | 13 | 510 | 142 | 55 |
| Binary | 11100010 | 10 | 1111011 | 0 | 1100011 | 101110 | 1011 | 101001000 | 1100010 | 101101 |
Color Harmonies of #E2027B
Complementary color
Monochromatic Colors of #E2027B
Black with #E2027B
Text Example
Text Example
White with #E2027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2027B; }
p { color: rgb(226,2,123); }
H1.HeaderClassName
{
color: #E2027B;
}
.AnyTagClassName
{
color: #E2027B;
}
</style>
background-color css
<style>
a { background-color: #E2027B; }
a { background-color: rgb(226,2,123); }
div.DivClassName
{
background-color: #E2027B;
}
.BgClassName
{
background-color: #E2027B;
}
</style>
border-color css
<style>
span { border-color: #E2027B; }
span { border-color: rgb(226,2,123); }
td.TdClassName
{
border-color: #E2027B;
}
.TagClassName
{
border-color: #E2027B;
}
</style>