Shades of Ruby #E61469
Tints of Ruby #E61469
RGB
CMYK
RGB Variations
Color information
#E61469 (or 0xE61469) is known color: Ruby. HEX triplet: E6, 14 and 69. RGB value is (230,20,105). Sum of RGB (Red+Green+Blue) = 230+20+105=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E61469 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61469 is #19EB96. Grayscale: #5C5C5C. Windows color (decimal): -1698711 or 6886630. OLE color: 6886630.
HSL color Cylindrical-coordinate representation of color #E61469: hue angle of 335.71º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61469 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 105 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.10 |
| HSL | 335.71º | 0.84% | 0.49% | - |
| HSV(B) | 335.71º | 0.91% | 0.9% | - |
| XYZ | 35.43 | 18.34 | 15.04 | - |
| YUV | 92.48 | 135.07 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 105 | 0 | 0.91 | 0.54 | 0.10 | 335.71 | 0.84 | 0.49 |
| Hex | E6 | 14 | 69 | 0 | 5B | 36 | A | 150 | 54 | 31 |
| Octal | 346 | 24 | 151 | 0 | 133 | 66 | 12 | 520 | 124 | 61 |
| Binary | 11100110 | 10100 | 1101001 | 0 | 1011011 | 110110 | 1010 | 101010000 | 1010100 | 110001 |
Color Harmonies of #E61469
Complementary color
Monochromatic Colors of #E61469
Black with #E61469
Text Example
Text Example
White with #E61469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61469; }
p { color: rgb(230,20,105); }
H1.HeaderClassName
{
color: #E61469;
}
.AnyTagClassName
{
color: #E61469;
}
</style>
background-color css
<style>
a { background-color: #E61469; }
a { background-color: rgb(230,20,105); }
div.DivClassName
{
background-color: #E61469;
}
.BgClassName
{
background-color: #E61469;
}
</style>
border-color css
<style>
span { border-color: #E61469; }
span { border-color: rgb(230,20,105); }
td.TdClassName
{
border-color: #E61469;
}
.TagClassName
{
border-color: #E61469;
}
</style>