Shades of Ruby #E21677
Tints of Ruby #E21677
RGB
CMYK
RGB Variations
Color information
#E21677 (or 0xE21677) is known color: Ruby. HEX triplet: E2, 16 and 77. RGB value is (226,22,119). Sum of RGB (Red+Green+Blue) = 226+22+119=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E21677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21677 is #1DE988. Grayscale: #5D5D5D. Windows color (decimal): -1960329 or 7804642. OLE color: 7804642.
HSL color Cylindrical-coordinate representation of color #E21677: hue angle of 331.47º 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 #E21677 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 22 | 119 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.11 |
| HSL | 331.47º | 0.82% | 0.49% | - |
| HSV(B) | 331.47º | 0.9% | 0.89% | - |
| XYZ | 34.98 | 18.07 | 19.1 | - |
| YUV | 94.05 | 142.09 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 22 | 119 | 0 | 0.90 | 0.47 | 0.11 | 331.47 | 0.82 | 0.49 |
| Hex | E2 | 16 | 77 | 0 | 5A | 2F | B | 14B | 52 | 31 |
| Octal | 342 | 26 | 167 | 0 | 132 | 57 | 13 | 513 | 122 | 61 |
| Binary | 11100010 | 10110 | 1110111 | 0 | 1011010 | 101111 | 1011 | 101001011 | 1010010 | 110001 |
Color Harmonies of #E21677
Complementary color
Monochromatic Colors of #E21677
Black with #E21677
Text Example
Text Example
White with #E21677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21677; }
p { color: rgb(226,22,119); }
H1.HeaderClassName
{
color: #E21677;
}
.AnyTagClassName
{
color: #E21677;
}
</style>
background-color css
<style>
a { background-color: #E21677; }
a { background-color: rgb(226,22,119); }
div.DivClassName
{
background-color: #E21677;
}
.BgClassName
{
background-color: #E21677;
}
</style>
border-color css
<style>
span { border-color: #E21677; }
span { border-color: rgb(226,22,119); }
td.TdClassName
{
border-color: #E21677;
}
.TagClassName
{
border-color: #E21677;
}
</style>