Shades of Ruby #E2017B
Tints of Ruby #E2017B
RGB
CMYK
RGB Variations
Color information
#E2017B (or 0xE2017B) is known color: Ruby. HEX triplet: E2, 01 and 7B. RGB value is (226,1,123). Sum of RGB (Red+Green+Blue) = 226+1+123=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E2017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2017B is #1DFE84. Grayscale: #515151. Windows color (decimal): -1965701 or 8061410. OLE color: 8061410.
HSL color Cylindrical-coordinate representation of color #E2017B: hue angle of 327.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2017B is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.11 |
| HSL | 327.47º | 0.99% | 0.45% | - |
| HSV(B) | 327.47º | 1% | 0.89% | - |
| XYZ | 34.95 | 17.62 | 20.3 | - |
| YUV | 82.18 | 151.04 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 123 | 0 | 1.00 | 0.46 | 0.11 | 327.47 | 0.99 | 0.45 |
| Hex | E2 | 1 | 7B | 0 | 64 | 2E | B | 147 | 63 | 2D |
| Octal | 342 | 1 | 173 | 0 | 144 | 56 | 13 | 507 | 143 | 55 |
| Binary | 11100010 | 1 | 1111011 | 0 | 1100100 | 101110 | 1011 | 101000111 | 1100011 | 101101 |
Color Harmonies of #E2017B
Complementary color
Monochromatic Colors of #E2017B
Black with #E2017B
Text Example
Text Example
White with #E2017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2017B; }
p { color: rgb(226,1,123); }
H1.HeaderClassName
{
color: #E2017B;
}
.AnyTagClassName
{
color: #E2017B;
}
</style>
background-color css
<style>
a { background-color: #E2017B; }
a { background-color: rgb(226,1,123); }
div.DivClassName
{
background-color: #E2017B;
}
.BgClassName
{
background-color: #E2017B;
}
</style>
border-color css
<style>
span { border-color: #E2017B; }
span { border-color: rgb(226,1,123); }
td.TdClassName
{
border-color: #E2017B;
}
.TagClassName
{
border-color: #E2017B;
}
</style>