Shades of Ruby #E5206C
Tints of Ruby #E5206C
RGB
CMYK
RGB Variations
Color information
#E5206C (or 0xE5206C) is known color: Ruby. HEX triplet: E5, 20 and 6C. RGB value is (229,32,108). Sum of RGB (Red+Green+Blue) = 229+32+108=369 (48% of max value = 765). Red value is 229 (89.84% from 255 or 62.06% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 229 - color contains mainly: red. Hex color #E5206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5206C is #1ADF93. Grayscale: #636363. Windows color (decimal): -1761172 or 7086309. OLE color: 7086309.
HSL color Cylindrical-coordinate representation of color #E5206C: hue angle of 336.85º 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 #E5206C is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.10 |
| HSL | 336.85º | 0.79% | 0.51% | - |
| HSV(B) | 336.85º | 0.86% | 0.9% | - |
| XYZ | 35.54 | 18.77 | 15.94 | - |
| YUV | 99.57 | 132.77 | 220.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 32 | 108 | 0 | 0.86 | 0.53 | 0.10 | 336.85 | 0.79 | 0.51 |
| Hex | E5 | 20 | 6C | 0 | 56 | 35 | A | 151 | 4F | 33 |
| Octal | 345 | 40 | 154 | 0 | 126 | 65 | 12 | 521 | 117 | 63 |
| Binary | 11100101 | 100000 | 1101100 | 0 | 1010110 | 110101 | 1010 | 101010001 | 1001111 | 110011 |
Color Harmonies of #E5206C
Complementary color
Monochromatic Colors of #E5206C
Black with #E5206C
Text Example
Text Example
White with #E5206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5206C; }
p { color: rgb(229,32,108); }
H1.HeaderClassName
{
color: #E5206C;
}
.AnyTagClassName
{
color: #E5206C;
}
</style>
background-color css
<style>
a { background-color: #E5206C; }
a { background-color: rgb(229,32,108); }
div.DivClassName
{
background-color: #E5206C;
}
.BgClassName
{
background-color: #E5206C;
}
</style>
border-color css
<style>
span { border-color: #E5206C; }
span { border-color: rgb(229,32,108); }
td.TdClassName
{
border-color: #E5206C;
}
.TagClassName
{
border-color: #E5206C;
}
</style>