Shades of Ruby #E61F69
Tints of Ruby #E61F69
RGB
CMYK
RGB Variations
Color information
#E61F69 (or 0xE61F69) is known color: Ruby. HEX triplet: E6, 1F and 69. RGB value is (230,31,105). Sum of RGB (Red+Green+Blue) = 230+31+105=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F69 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F69 is #19E096. Grayscale: #626262. Windows color (decimal): -1695895 or 6889446. OLE color: 6889446.
HSL color Cylindrical-coordinate representation of color #E61F69: hue angle of 337.69º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61F69 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 105 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.10 |
| HSL | 337.69º | 0.8% | 0.51% | - |
| HSV(B) | 337.69º | 0.87% | 0.9% | - |
| XYZ | 35.67 | 18.82 | 15.12 | - |
| YUV | 98.94 | 131.43 | 221.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 105 | 0 | 0.87 | 0.54 | 0.10 | 337.69 | 0.8 | 0.51 |
| Hex | E6 | 1F | 69 | 0 | 57 | 36 | A | 152 | 50 | 33 |
| Octal | 346 | 37 | 151 | 0 | 127 | 66 | 12 | 522 | 120 | 63 |
| Binary | 11100110 | 11111 | 1101001 | 0 | 1010111 | 110110 | 1010 | 101010010 | 1010000 | 110011 |
Color Harmonies of #E61F69
Complementary color
Monochromatic Colors of #E61F69
Black with #E61F69
Text Example
Text Example
White with #E61F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F69; }
p { color: rgb(230,31,105); }
H1.HeaderClassName
{
color: #E61F69;
}
.AnyTagClassName
{
color: #E61F69;
}
</style>
background-color css
<style>
a { background-color: #E61F69; }
a { background-color: rgb(230,31,105); }
div.DivClassName
{
background-color: #E61F69;
}
.BgClassName
{
background-color: #E61F69;
}
</style>
border-color css
<style>
span { border-color: #E61F69; }
span { border-color: rgb(230,31,105); }
td.TdClassName
{
border-color: #E61F69;
}
.TagClassName
{
border-color: #E61F69;
}
</style>