Shades of Ruby #E5206F
Tints of Ruby #E5206F
RGB
CMYK
RGB Variations
Color information
#E5206F (or 0xE5206F) is known color: Ruby. HEX triplet: E5, 20 and 6F. RGB value is (229,32,111). Sum of RGB (Red+Green+Blue) = 229+32+111=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E5206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5206F is #1ADF90. Grayscale: #636363. Windows color (decimal): -1761169 or 7282917. OLE color: 7282917.
HSL color Cylindrical-coordinate representation of color #E5206F: hue angle of 335.94º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5206F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 111 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.10 |
| HSL | 335.94º | 0.79% | 0.51% | - |
| HSV(B) | 335.94º | 0.86% | 0.9% | - |
| XYZ | 35.7 | 18.84 | 16.79 | - |
| YUV | 99.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 111 | 0 | 0.86 | 0.52 | 0.10 | 335.94 | 0.79 | 0.51 |
| Hex | E5 | 20 | 6F | 0 | 56 | 34 | A | 150 | 4F | 33 |
| Octal | 345 | 40 | 157 | 0 | 126 | 64 | 12 | 520 | 117 | 63 |
| Binary | 11100101 | 100000 | 1101111 | 0 | 1010110 | 110100 | 1010 | 101010000 | 1001111 | 110011 |
Color Harmonies of #E5206F
Complementary color
Monochromatic Colors of #E5206F
Black with #E5206F
Text Example
Text Example
White with #E5206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5206F; }
p { color: rgb(229,32,111); }
H1.HeaderClassName
{
color: #E5206F;
}
.AnyTagClassName
{
color: #E5206F;
}
</style>
background-color css
<style>
a { background-color: #E5206F; }
a { background-color: rgb(229,32,111); }
div.DivClassName
{
background-color: #E5206F;
}
.BgClassName
{
background-color: #E5206F;
}
</style>
border-color css
<style>
span { border-color: #E5206F; }
span { border-color: rgb(229,32,111); }
td.TdClassName
{
border-color: #E5206F;
}
.TagClassName
{
border-color: #E5206F;
}
</style>