Shades of Ruby #E1206C
Tints of Ruby #E1206C
RGB
CMYK
RGB Variations
Color information
#E1206C (or 0xE1206C) is known color: Ruby. HEX triplet: E1, 20 and 6C. RGB value is (225,32,108). Sum of RGB (Red+Green+Blue) = 225+32+108=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E1206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1206C is #1EDF93. Grayscale: #626262. Windows color (decimal): -2023316 or 7086305. OLE color: 7086305.
HSL color Cylindrical-coordinate representation of color #E1206C: hue angle of 336.37º 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 #E1206C is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 108 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.12 |
| HSL | 336.37º | 0.76% | 0.5% | - |
| HSV(B) | 336.37º | 0.86% | 0.88% | - |
| XYZ | 34.27 | 18.12 | 15.88 | - |
| YUV | 98.37 | 133.44 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 108 | 0 | 0.86 | 0.52 | 0.12 | 336.37 | 0.76 | 0.5 |
| Hex | E1 | 20 | 6C | 0 | 56 | 34 | C | 150 | 4C | 32 |
| Octal | 341 | 40 | 154 | 0 | 126 | 64 | 14 | 520 | 114 | 62 |
| Binary | 11100001 | 100000 | 1101100 | 0 | 1010110 | 110100 | 1100 | 101010000 | 1001100 | 110010 |
Color Harmonies of #E1206C
Complementary color
Monochromatic Colors of #E1206C
Black with #E1206C
Text Example
Text Example
White with #E1206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1206C; }
p { color: rgb(225,32,108); }
H1.HeaderClassName
{
color: #E1206C;
}
.AnyTagClassName
{
color: #E1206C;
}
</style>
background-color css
<style>
a { background-color: #E1206C; }
a { background-color: rgb(225,32,108); }
div.DivClassName
{
background-color: #E1206C;
}
.BgClassName
{
background-color: #E1206C;
}
</style>
border-color css
<style>
span { border-color: #E1206C; }
span { border-color: rgb(225,32,108); }
td.TdClassName
{
border-color: #E1206C;
}
.TagClassName
{
border-color: #E1206C;
}
</style>