Shades of Ruby #E12069
Tints of Ruby #E12069
RGB
CMYK
RGB Variations
Color information
#E12069 (or 0xE12069) is known color: Ruby. HEX triplet: E1, 20 and 69. RGB value is (225,32,105). Sum of RGB (Red+Green+Blue) = 225+32+105=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E12069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12069 is #1EDF96. Grayscale: #616161. Windows color (decimal): -2023319 or 6889697. OLE color: 6889697.
HSL color Cylindrical-coordinate representation of color #E12069: hue angle of 337.31º 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 #E12069 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 105 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.12 |
| HSL | 337.31º | 0.76% | 0.5% | - |
| HSV(B) | 337.31º | 0.86% | 0.88% | - |
| XYZ | 34.12 | 18.06 | 15.05 | - |
| YUV | 98.03 | 131.94 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 105 | 0 | 0.86 | 0.53 | 0.12 | 337.31 | 0.76 | 0.5 |
| Hex | E1 | 20 | 69 | 0 | 56 | 35 | C | 151 | 4C | 32 |
| Octal | 341 | 40 | 151 | 0 | 126 | 65 | 14 | 521 | 114 | 62 |
| Binary | 11100001 | 100000 | 1101001 | 0 | 1010110 | 110101 | 1100 | 101010001 | 1001100 | 110010 |
Color Harmonies of #E12069
Complementary color
Monochromatic Colors of #E12069
Black with #E12069
Text Example
Text Example
White with #E12069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12069; }
p { color: rgb(225,32,105); }
H1.HeaderClassName
{
color: #E12069;
}
.AnyTagClassName
{
color: #E12069;
}
</style>
background-color css
<style>
a { background-color: #E12069; }
a { background-color: rgb(225,32,105); }
div.DivClassName
{
background-color: #E12069;
}
.BgClassName
{
background-color: #E12069;
}
</style>
border-color css
<style>
span { border-color: #E12069; }
span { border-color: rgb(225,32,105); }
td.TdClassName
{
border-color: #E12069;
}
.TagClassName
{
border-color: #E12069;
}
</style>