Shades of Ruby #E9206E
Tints of Ruby #E9206E
RGB
CMYK
RGB Variations
Color information
#E9206E (or 0xE9206E) is known color: Ruby. HEX triplet: E9, 20 and 6E. RGB value is (233,32,110). Sum of RGB (Red+Green+Blue) = 233+32+110=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9206E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9206E is #16DF91. Grayscale: #646464. Windows color (decimal): -1499026 or 7217385. OLE color: 7217385.
HSL color Cylindrical-coordinate representation of color #E9206E: hue angle of 336.72º 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 #E9206E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 110 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.09 |
| HSL | 336.72º | 0.82% | 0.52% | - |
| HSV(B) | 336.72º | 0.86% | 0.91% | - |
| XYZ | 36.94 | 19.48 | 16.57 | - |
| YUV | 100.99 | 133.09 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 110 | 0 | 0.86 | 0.53 | 0.09 | 336.72 | 0.82 | 0.52 |
| Hex | E9 | 20 | 6E | 0 | 56 | 35 | 9 | 151 | 52 | 34 |
| Octal | 351 | 40 | 156 | 0 | 126 | 65 | 11 | 521 | 122 | 64 |
| Binary | 11101001 | 100000 | 1101110 | 0 | 1010110 | 110101 | 1001 | 101010001 | 1010010 | 110100 |
Color Harmonies of #E9206E
Complementary color
Monochromatic Colors of #E9206E
Black with #E9206E
Text Example
Text Example
White with #E9206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9206E; }
p { color: rgb(233,32,110); }
H1.HeaderClassName
{
color: #E9206E;
}
.AnyTagClassName
{
color: #E9206E;
}
</style>
background-color css
<style>
a { background-color: #E9206E; }
a { background-color: rgb(233,32,110); }
div.DivClassName
{
background-color: #E9206E;
}
.BgClassName
{
background-color: #E9206E;
}
</style>
border-color css
<style>
span { border-color: #E9206E; }
span { border-color: rgb(233,32,110); }
td.TdClassName
{
border-color: #E9206E;
}
.TagClassName
{
border-color: #E9206E;
}
</style>