Shades of Ruby #E9205F
Tints of Ruby #E9205F
RGB
CMYK
RGB Variations
Color information
#E9205F (or 0xE9205F) is known color: Ruby. HEX triplet: E9, 20 and 5F. RGB value is (233,32,95). Sum of RGB (Red+Green+Blue) = 233+32+95=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E9205F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9205F is #16DFA0. Grayscale: #636363. Windows color (decimal): -1499041 or 6234345. OLE color: 6234345.
HSL color Cylindrical-coordinate representation of color #E9205F: hue angle of 341.19º 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 #E9205F is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 95 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.09 |
| HSL | 341.19º | 0.82% | 0.52% | - |
| HSV(B) | 341.19º | 0.86% | 0.91% | - |
| XYZ | 36.19 | 19.18 | 12.62 | - |
| YUV | 99.28 | 125.59 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 95 | 0 | 0.86 | 0.59 | 0.09 | 341.19 | 0.82 | 0.52 |
| Hex | E9 | 20 | 5F | 0 | 56 | 3B | 9 | 155 | 52 | 34 |
| Octal | 351 | 40 | 137 | 0 | 126 | 73 | 11 | 525 | 122 | 64 |
| Binary | 11101001 | 100000 | 1011111 | 0 | 1010110 | 111011 | 1001 | 101010101 | 1010010 | 110100 |
Color Harmonies of #E9205F
Complementary color
Monochromatic Colors of #E9205F
Black with #E9205F
Text Example
Text Example
White with #E9205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9205F; }
p { color: rgb(233,32,95); }
H1.HeaderClassName
{
color: #E9205F;
}
.AnyTagClassName
{
color: #E9205F;
}
</style>
background-color css
<style>
a { background-color: #E9205F; }
a { background-color: rgb(233,32,95); }
div.DivClassName
{
background-color: #E9205F;
}
.BgClassName
{
background-color: #E9205F;
}
</style>
border-color css
<style>
span { border-color: #E9205F; }
span { border-color: rgb(233,32,95); }
td.TdClassName
{
border-color: #E9205F;
}
.TagClassName
{
border-color: #E9205F;
}
</style>