Shades of Ruby #E1206B
Tints of Ruby #E1206B
RGB
CMYK
RGB Variations
Color information
#E1206B (or 0xE1206B) is known color: Ruby. HEX triplet: E1, 20 and 6B. RGB value is (225,32,107). Sum of RGB (Red+Green+Blue) = 225+32+107=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E1206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1206B is #1EDF94. Grayscale: #626262. Windows color (decimal): -2023317 or 7020769. OLE color: 7020769.
HSL color Cylindrical-coordinate representation of color #E1206B: hue angle of 336.68º 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 #E1206B is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 107 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.12 |
| HSL | 336.68º | 0.76% | 0.5% | - |
| HSV(B) | 336.68º | 0.86% | 0.88% | - |
| XYZ | 34.22 | 18.1 | 15.6 | - |
| YUV | 98.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 107 | 0 | 0.86 | 0.52 | 0.12 | 336.68 | 0.76 | 0.5 |
| Hex | E1 | 20 | 6B | 0 | 56 | 34 | C | 151 | 4C | 32 |
| Octal | 341 | 40 | 153 | 0 | 126 | 64 | 14 | 521 | 114 | 62 |
| Binary | 11100001 | 100000 | 1101011 | 0 | 1010110 | 110100 | 1100 | 101010001 | 1001100 | 110010 |
Color Harmonies of #E1206B
Complementary color
Monochromatic Colors of #E1206B
Black with #E1206B
Text Example
Text Example
White with #E1206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1206B; }
p { color: rgb(225,32,107); }
H1.HeaderClassName
{
color: #E1206B;
}
.AnyTagClassName
{
color: #E1206B;
}
</style>
background-color css
<style>
a { background-color: #E1206B; }
a { background-color: rgb(225,32,107); }
div.DivClassName
{
background-color: #E1206B;
}
.BgClassName
{
background-color: #E1206B;
}
</style>
border-color css
<style>
span { border-color: #E1206B; }
span { border-color: rgb(225,32,107); }
td.TdClassName
{
border-color: #E1206B;
}
.TagClassName
{
border-color: #E1206B;
}
</style>