Shades of Ruby #E9216C
Tints of Ruby #E9216C
RGB
CMYK
RGB Variations
Color information
#E9216C (or 0xE9216C) is known color: Ruby. HEX triplet: E9, 21 and 6C. RGB value is (233,33,108). Sum of RGB (Red+Green+Blue) = 233+33+108=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E9216C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9216C is #16DE93. Grayscale: #656565. Windows color (decimal): -1498772 or 7086569. OLE color: 7086569.
HSL color Cylindrical-coordinate representation of color #E9216C: hue angle of 337.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9216C is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 108 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.09 |
| HSL | 337.5º | 0.82% | 0.52% | - |
| HSV(B) | 337.5º | 0.86% | 0.91% | - |
| XYZ | 36.85 | 19.49 | 16.01 | - |
| YUV | 101.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 108 | 0 | 0.86 | 0.54 | 0.09 | 337.5 | 0.82 | 0.52 |
| Hex | E9 | 21 | 6C | 0 | 56 | 36 | 9 | 152 | 52 | 34 |
| Octal | 351 | 41 | 154 | 0 | 126 | 66 | 11 | 522 | 122 | 64 |
| Binary | 11101001 | 100001 | 1101100 | 0 | 1010110 | 110110 | 1001 | 101010010 | 1010010 | 110100 |
Color Harmonies of #E9216C
Complementary color
Monochromatic Colors of #E9216C
Black with #E9216C
Text Example
Text Example
White with #E9216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9216C; }
p { color: rgb(233,33,108); }
H1.HeaderClassName
{
color: #E9216C;
}
.AnyTagClassName
{
color: #E9216C;
}
</style>
background-color css
<style>
a { background-color: #E9216C; }
a { background-color: rgb(233,33,108); }
div.DivClassName
{
background-color: #E9216C;
}
.BgClassName
{
background-color: #E9216C;
}
</style>
border-color css
<style>
span { border-color: #E9216C; }
span { border-color: rgb(233,33,108); }
td.TdClassName
{
border-color: #E9216C;
}
.TagClassName
{
border-color: #E9216C;
}
</style>