Shades of Ruby #E21C67
Tints of Ruby #E21C67
RGB
CMYK
RGB Variations
Color information
#E21C67 (or 0xE21C67) is known color: Ruby. HEX triplet: E2, 1C and 67. RGB value is (226,28,103). Sum of RGB (Red+Green+Blue) = 226+28+103=357 (47% of max value = 765). Red value is 226 (88.67% from 255 or 63.31% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C67 is #1DE398. Grayscale: #5F5F5F. Windows color (decimal): -1958809 or 6757602. OLE color: 6757602.
HSL color Cylindrical-coordinate representation of color #E21C67: hue angle of 337.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C67 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 103 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.11 |
| HSL | 337.27º | 0.78% | 0.5% | - |
| HSV(B) | 337.27º | 0.88% | 0.89% | - |
| XYZ | 34.23 | 17.98 | 14.5 | - |
| YUV | 95.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 103 | 0 | 0.88 | 0.54 | 0.11 | 337.27 | 0.78 | 0.5 |
| Hex | E2 | 1C | 67 | 0 | 58 | 36 | B | 151 | 4E | 32 |
| Octal | 342 | 34 | 147 | 0 | 130 | 66 | 13 | 521 | 116 | 62 |
| Binary | 11100010 | 11100 | 1100111 | 0 | 1011000 | 110110 | 1011 | 101010001 | 1001110 | 110010 |
Color Harmonies of #E21C67
Complementary color
Monochromatic Colors of #E21C67
Black with #E21C67
Text Example
Text Example
White with #E21C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C67; }
p { color: rgb(226,28,103); }
H1.HeaderClassName
{
color: #E21C67;
}
.AnyTagClassName
{
color: #E21C67;
}
</style>
background-color css
<style>
a { background-color: #E21C67; }
a { background-color: rgb(226,28,103); }
div.DivClassName
{
background-color: #E21C67;
}
.BgClassName
{
background-color: #E21C67;
}
</style>
border-color css
<style>
span { border-color: #E21C67; }
span { border-color: rgb(226,28,103); }
td.TdClassName
{
border-color: #E21C67;
}
.TagClassName
{
border-color: #E21C67;
}
</style>