Shades of Ruby #E61269
Tints of Ruby #E61269
RGB
CMYK
RGB Variations
Color information
#E61269 (or 0xE61269) is known color: Ruby. HEX triplet: E6, 12 and 69. RGB value is (230,18,105). Sum of RGB (Red+Green+Blue) = 230+18+105=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E61269 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61269 is #19ED96. Grayscale: #5B5B5B. Windows color (decimal): -1699223 or 6886118. OLE color: 6886118.
HSL color Cylindrical-coordinate representation of color #E61269: hue angle of 335.38º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61269 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 105 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.10 |
| HSL | 335.38º | 0.85% | 0.49% | - |
| HSV(B) | 335.38º | 0.92% | 0.9% | - |
| XYZ | 35.4 | 18.28 | 15.03 | - |
| YUV | 91.31 | 135.74 | 226.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 105 | 0 | 0.92 | 0.54 | 0.10 | 335.38 | 0.85 | 0.49 |
| Hex | E6 | 12 | 69 | 0 | 5C | 36 | A | 14F | 55 | 31 |
| Octal | 346 | 22 | 151 | 0 | 134 | 66 | 12 | 517 | 125 | 61 |
| Binary | 11100110 | 10010 | 1101001 | 0 | 1011100 | 110110 | 1010 | 101001111 | 1010101 | 110001 |
Color Harmonies of #E61269
Complementary color
Monochromatic Colors of #E61269
Black with #E61269
Text Example
Text Example
White with #E61269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61269; }
p { color: rgb(230,18,105); }
H1.HeaderClassName
{
color: #E61269;
}
.AnyTagClassName
{
color: #E61269;
}
</style>
background-color css
<style>
a { background-color: #E61269; }
a { background-color: rgb(230,18,105); }
div.DivClassName
{
background-color: #E61269;
}
.BgClassName
{
background-color: #E61269;
}
</style>
border-color css
<style>
span { border-color: #E61269; }
span { border-color: rgb(230,18,105); }
td.TdClassName
{
border-color: #E61269;
}
.TagClassName
{
border-color: #E61269;
}
</style>