Shades of Ruby #E21777
Tints of Ruby #E21777
RGB
CMYK
RGB Variations
Color information
#E21777 (or 0xE21777) is known color: Ruby. HEX triplet: E2, 17 and 77. RGB value is (226,23,119). Sum of RGB (Red+Green+Blue) = 226+23+119=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E21777 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21777 is #1DE888. Grayscale: #5E5E5E. Windows color (decimal): -1960073 or 7804898. OLE color: 7804898.
HSL color Cylindrical-coordinate representation of color #E21777: hue angle of 331.63º 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 #E21777 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 23 | 119 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.11 |
| HSL | 331.63º | 0.82% | 0.49% | - |
| HSV(B) | 331.63º | 0.9% | 0.89% | - |
| XYZ | 35 | 18.11 | 19.1 | - |
| YUV | 94.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 23 | 119 | 0 | 0.90 | 0.47 | 0.11 | 331.63 | 0.82 | 0.49 |
| Hex | E2 | 17 | 77 | 0 | 5A | 2F | B | 14C | 52 | 31 |
| Octal | 342 | 27 | 167 | 0 | 132 | 57 | 13 | 514 | 122 | 61 |
| Binary | 11100010 | 10111 | 1110111 | 0 | 1011010 | 101111 | 1011 | 101001100 | 1010010 | 110001 |
Color Harmonies of #E21777
Complementary color
Monochromatic Colors of #E21777
Black with #E21777
Text Example
Text Example
White with #E21777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21777; }
p { color: rgb(226,23,119); }
H1.HeaderClassName
{
color: #E21777;
}
.AnyTagClassName
{
color: #E21777;
}
</style>
background-color css
<style>
a { background-color: #E21777; }
a { background-color: rgb(226,23,119); }
div.DivClassName
{
background-color: #E21777;
}
.BgClassName
{
background-color: #E21777;
}
</style>
border-color css
<style>
span { border-color: #E21777; }
span { border-color: rgb(226,23,119); }
td.TdClassName
{
border-color: #E21777;
}
.TagClassName
{
border-color: #E21777;
}
</style>