Shades of Ruby #E9205E
Tints of Ruby #E9205E
RGB
CMYK
RGB Variations
Color information
#E9205E (or 0xE9205E) is known color: Ruby. HEX triplet: E9, 20 and 5E. RGB value is (233,32,94). Sum of RGB (Red+Green+Blue) = 233+32+94=359 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.90% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 233 - color contains mainly: red. Hex color #E9205E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9205E is #16DFA1. Grayscale: #636363. Windows color (decimal): -1499042 or 6168809. OLE color: 6168809.
HSL color Cylindrical-coordinate representation of color #E9205E: hue angle of 341.49º 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 #E9205E is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 94 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.09 |
| HSL | 341.49º | 0.82% | 0.52% | - |
| HSV(B) | 341.49º | 0.86% | 0.91% | - |
| XYZ | 36.14 | 19.16 | 12.38 | - |
| YUV | 99.17 | 125.09 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 94 | 0 | 0.86 | 0.60 | 0.09 | 341.49 | 0.82 | 0.52 |
| Hex | E9 | 20 | 5E | 0 | 56 | 3C | 9 | 155 | 52 | 34 |
| Octal | 351 | 40 | 136 | 0 | 126 | 74 | 11 | 525 | 122 | 64 |
| Binary | 11101001 | 100000 | 1011110 | 0 | 1010110 | 111100 | 1001 | 101010101 | 1010010 | 110100 |
Color Harmonies of #E9205E
Complementary color
Monochromatic Colors of #E9205E
Black with #E9205E
Text Example
Text Example
White with #E9205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9205E; }
p { color: rgb(233,32,94); }
H1.HeaderClassName
{
color: #E9205E;
}
.AnyTagClassName
{
color: #E9205E;
}
</style>
background-color css
<style>
a { background-color: #E9205E; }
a { background-color: rgb(233,32,94); }
div.DivClassName
{
background-color: #E9205E;
}
.BgClassName
{
background-color: #E9205E;
}
</style>
border-color css
<style>
span { border-color: #E9205E; }
span { border-color: rgb(233,32,94); }
td.TdClassName
{
border-color: #E9205E;
}
.TagClassName
{
border-color: #E9205E;
}
</style>