Shades of Ruby #E2175A
Tints of Ruby #E2175A
RGB
CMYK
RGB Variations
Color information
#E2175A (or 0xE2175A) is known color: Ruby. HEX triplet: E2, 17 and 5A. RGB value is (226,23,90). Sum of RGB (Red+Green+Blue) = 226+23+90=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2175A is #1DE8A5. Grayscale: #5B5B5B. Windows color (decimal): -1960102 or 5904354. OLE color: 5904354.
HSL color Cylindrical-coordinate representation of color #E2175A: hue angle of 340.2º 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 #E2175A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 90 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.11 |
| HSL | 340.2º | 0.82% | 0.49% | - |
| HSV(B) | 340.2º | 0.9% | 0.89% | - |
| XYZ | 33.52 | 17.52 | 11.29 | - |
| YUV | 91.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 90 | 0 | 0.90 | 0.60 | 0.11 | 340.2 | 0.82 | 0.49 |
| Hex | E2 | 17 | 5A | 0 | 5A | 3C | B | 154 | 52 | 31 |
| Octal | 342 | 27 | 132 | 0 | 132 | 74 | 13 | 524 | 122 | 61 |
| Binary | 11100010 | 10111 | 1011010 | 0 | 1011010 | 111100 | 1011 | 101010100 | 1010010 | 110001 |
Color Harmonies of #E2175A
Complementary color
Monochromatic Colors of #E2175A
Black with #E2175A
Text Example
Text Example
White with #E2175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2175A; }
p { color: rgb(226,23,90); }
H1.HeaderClassName
{
color: #E2175A;
}
.AnyTagClassName
{
color: #E2175A;
}
</style>
background-color css
<style>
a { background-color: #E2175A; }
a { background-color: rgb(226,23,90); }
div.DivClassName
{
background-color: #E2175A;
}
.BgClassName
{
background-color: #E2175A;
}
</style>
border-color css
<style>
span { border-color: #E2175A; }
span { border-color: rgb(226,23,90); }
td.TdClassName
{
border-color: #E2175A;
}
.TagClassName
{
border-color: #E2175A;
}
</style>