Shades of Ruby #E2174F
Tints of Ruby #E2174F
RGB
CMYK
RGB Variations
Color information
#E2174F (or 0xE2174F) is known color: Ruby. HEX triplet: E2, 17 and 4F. RGB value is (226,23,79). Sum of RGB (Red+Green+Blue) = 226+23+79=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E2174F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2174F is #1DE8B0. Grayscale: #5A5A5A. Windows color (decimal): -1960113 or 5183458. OLE color: 5183458.
HSL color Cylindrical-coordinate representation of color #E2174F: hue angle of 343.45º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E2174F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 79 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.11 |
| HSL | 343.45º | 0.82% | 0.49% | - |
| HSV(B) | 343.45º | 0.9% | 0.89% | - |
| XYZ | 33.08 | 17.35 | 9 | - |
| YUV | 90.08 | 121.75 | 224.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 79 | 0 | 0.90 | 0.65 | 0.11 | 343.45 | 0.82 | 0.49 |
| Hex | E2 | 17 | 4F | 0 | 5A | 41 | B | 157 | 52 | 31 |
| Octal | 342 | 27 | 117 | 0 | 132 | 101 | 13 | 527 | 122 | 61 |
| Binary | 11100010 | 10111 | 1001111 | 0 | 1011010 | 1000001 | 1011 | 101010111 | 1010010 | 110001 |
Color Harmonies of #E2174F
Complementary color
Monochromatic Colors of #E2174F
Black with #E2174F
Text Example
Text Example
White with #E2174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2174F; }
p { color: rgb(226,23,79); }
H1.HeaderClassName
{
color: #E2174F;
}
.AnyTagClassName
{
color: #E2174F;
}
</style>
background-color css
<style>
a { background-color: #E2174F; }
a { background-color: rgb(226,23,79); }
div.DivClassName
{
background-color: #E2174F;
}
.BgClassName
{
background-color: #E2174F;
}
</style>
border-color css
<style>
span { border-color: #E2174F; }
span { border-color: rgb(226,23,79); }
td.TdClassName
{
border-color: #E2174F;
}
.TagClassName
{
border-color: #E2174F;
}
</style>