Shades of Ruby #E1206D
Tints of Ruby #E1206D
RGB
CMYK
RGB Variations
Color information
#E1206D (or 0xE1206D) is known color: Ruby. HEX triplet: E1, 20 and 6D. RGB value is (225,32,109). Sum of RGB (Red+Green+Blue) = 225+32+109=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E1206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1206D is #1EDF92. Grayscale: #626262. Windows color (decimal): -2023315 or 7151841. OLE color: 7151841.
HSL color Cylindrical-coordinate representation of color #E1206D: hue angle of 336.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1206D is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 109 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.12 |
| HSL | 336.06º | 0.76% | 0.5% | - |
| HSV(B) | 336.06º | 0.86% | 0.88% | - |
| XYZ | 34.33 | 18.14 | 16.16 | - |
| YUV | 98.49 | 133.94 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 109 | 0 | 0.86 | 0.52 | 0.12 | 336.06 | 0.76 | 0.5 |
| Hex | E1 | 20 | 6D | 0 | 56 | 34 | C | 150 | 4C | 32 |
| Octal | 341 | 40 | 155 | 0 | 126 | 64 | 14 | 520 | 114 | 62 |
| Binary | 11100001 | 100000 | 1101101 | 0 | 1010110 | 110100 | 1100 | 101010000 | 1001100 | 110010 |
Color Harmonies of #E1206D
Complementary color
Monochromatic Colors of #E1206D
Black with #E1206D
Text Example
Text Example
White with #E1206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1206D; }
p { color: rgb(225,32,109); }
H1.HeaderClassName
{
color: #E1206D;
}
.AnyTagClassName
{
color: #E1206D;
}
</style>
background-color css
<style>
a { background-color: #E1206D; }
a { background-color: rgb(225,32,109); }
div.DivClassName
{
background-color: #E1206D;
}
.BgClassName
{
background-color: #E1206D;
}
</style>
border-color css
<style>
span { border-color: #E1206D; }
span { border-color: rgb(225,32,109); }
td.TdClassName
{
border-color: #E1206D;
}
.TagClassName
{
border-color: #E1206D;
}
</style>