Shades of Ruby #E9216E
Tints of Ruby #E9216E
RGB
CMYK
RGB Variations
Color information
#E9216E (or 0xE9216E) is known color: Ruby. HEX triplet: E9, 21 and 6E. RGB value is (233,33,110). Sum of RGB (Red+Green+Blue) = 233+33+110=376 (49% of max value = 765). Red value is 233 (91.41% from 255 or 61.97% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 233 - color contains mainly: red. Hex color #E9216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9216E is #16DE91. Grayscale: #656565. Windows color (decimal): -1498770 or 7217641. OLE color: 7217641.
HSL color Cylindrical-coordinate representation of color #E9216E: hue angle of 336.9º 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 #E9216E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 110 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.09 |
| HSL | 336.9º | 0.82% | 0.52% | - |
| HSV(B) | 336.9º | 0.86% | 0.91% | - |
| XYZ | 36.96 | 19.54 | 16.57 | - |
| YUV | 101.58 | 132.76 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 110 | 0 | 0.86 | 0.53 | 0.09 | 336.9 | 0.82 | 0.52 |
| Hex | E9 | 21 | 6E | 0 | 56 | 35 | 9 | 151 | 52 | 34 |
| Octal | 351 | 41 | 156 | 0 | 126 | 65 | 11 | 521 | 122 | 64 |
| Binary | 11101001 | 100001 | 1101110 | 0 | 1010110 | 110101 | 1001 | 101010001 | 1010010 | 110100 |
Color Harmonies of #E9216E
Complementary color
Monochromatic Colors of #E9216E
Black with #E9216E
Text Example
Text Example
White with #E9216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9216E; }
p { color: rgb(233,33,110); }
H1.HeaderClassName
{
color: #E9216E;
}
.AnyTagClassName
{
color: #E9216E;
}
</style>
background-color css
<style>
a { background-color: #E9216E; }
a { background-color: rgb(233,33,110); }
div.DivClassName
{
background-color: #E9216E;
}
.BgClassName
{
background-color: #E9216E;
}
</style>
border-color css
<style>
span { border-color: #E9216E; }
span { border-color: rgb(233,33,110); }
td.TdClassName
{
border-color: #E9216E;
}
.TagClassName
{
border-color: #E9216E;
}
</style>