Shades of Ruby #E61F67
Tints of Ruby #E61F67
RGB
CMYK
RGB Variations
Color information
#E61F67 (or 0xE61F67) is known color: Ruby. HEX triplet: E6, 1F and 67. RGB value is (230,31,103). Sum of RGB (Red+Green+Blue) = 230+31+103=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61F67 is #19E098. Grayscale: #626262. Windows color (decimal): -1695897 or 6758374. OLE color: 6758374.
HSL color Cylindrical-coordinate representation of color #E61F67: hue angle of 338.29º 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 #E61F67 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 103 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.10 |
| HSL | 338.29º | 0.8% | 0.51% | - |
| HSV(B) | 338.29º | 0.87% | 0.9% | - |
| XYZ | 35.57 | 18.78 | 14.58 | - |
| YUV | 98.71 | 130.43 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 103 | 0 | 0.87 | 0.55 | 0.10 | 338.29 | 0.8 | 0.51 |
| Hex | E6 | 1F | 67 | 0 | 57 | 37 | A | 152 | 50 | 33 |
| Octal | 346 | 37 | 147 | 0 | 127 | 67 | 12 | 522 | 120 | 63 |
| Binary | 11100110 | 11111 | 1100111 | 0 | 1010111 | 110111 | 1010 | 101010010 | 1010000 | 110011 |
Color Harmonies of #E61F67
Complementary color
Monochromatic Colors of #E61F67
Black with #E61F67
Text Example
Text Example
White with #E61F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61F67; }
p { color: rgb(230,31,103); }
H1.HeaderClassName
{
color: #E61F67;
}
.AnyTagClassName
{
color: #E61F67;
}
</style>
background-color css
<style>
a { background-color: #E61F67; }
a { background-color: rgb(230,31,103); }
div.DivClassName
{
background-color: #E61F67;
}
.BgClassName
{
background-color: #E61F67;
}
</style>
border-color css
<style>
span { border-color: #E61F67; }
span { border-color: rgb(230,31,103); }
td.TdClassName
{
border-color: #E61F67;
}
.TagClassName
{
border-color: #E61F67;
}
</style>