Shades of Ruby #E21C75
Tints of Ruby #E21C75
RGB
CMYK
RGB Variations
Color information
#E21C75 (or 0xE21C75) is known color: Ruby. HEX triplet: E2, 1C and 75. RGB value is (226,28,117). Sum of RGB (Red+Green+Blue) = 226+28+117=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C75 is #1DE38A. Grayscale: #616161. Windows color (decimal): -1958795 or 7675106. OLE color: 7675106.
HSL color Cylindrical-coordinate representation of color #E21C75: hue angle of 333.03º 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 #E21C75 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 117 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.11 |
| HSL | 333.03º | 0.78% | 0.5% | - |
| HSV(B) | 333.03º | 0.88% | 0.89% | - |
| XYZ | 34.99 | 18.28 | 18.51 | - |
| YUV | 97.35 | 139.1 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 117 | 0 | 0.88 | 0.48 | 0.11 | 333.03 | 0.78 | 0.5 |
| Hex | E2 | 1C | 75 | 0 | 58 | 30 | B | 14D | 4E | 32 |
| Octal | 342 | 34 | 165 | 0 | 130 | 60 | 13 | 515 | 116 | 62 |
| Binary | 11100010 | 11100 | 1110101 | 0 | 1011000 | 110000 | 1011 | 101001101 | 1001110 | 110010 |
Color Harmonies of #E21C75
Complementary color
Monochromatic Colors of #E21C75
Black with #E21C75
Text Example
Text Example
White with #E21C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21C75; }
p { color: rgb(226,28,117); }
H1.HeaderClassName
{
color: #E21C75;
}
.AnyTagClassName
{
color: #E21C75;
}
</style>
background-color css
<style>
a { background-color: #E21C75; }
a { background-color: rgb(226,28,117); }
div.DivClassName
{
background-color: #E21C75;
}
.BgClassName
{
background-color: #E21C75;
}
</style>
border-color css
<style>
span { border-color: #E21C75; }
span { border-color: rgb(226,28,117); }
td.TdClassName
{
border-color: #E21C75;
}
.TagClassName
{
border-color: #E21C75;
}
</style>