Shades of Ruby #E61467
Tints of Ruby #E61467
RGB
CMYK
RGB Variations
Color information
#E61467 (or 0xE61467) is known color: Ruby. HEX triplet: E6, 14 and 67. RGB value is (230,20,103). Sum of RGB (Red+Green+Blue) = 230+20+103=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E61467 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61467 is #19EB98. Grayscale: #5C5C5C. Windows color (decimal): -1698713 or 6755558. OLE color: 6755558.
HSL color Cylindrical-coordinate representation of color #E61467: hue angle of 336.29º 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 #E61467 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 20 | 103 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.10 |
| HSL | 336.29º | 0.84% | 0.49% | - |
| HSV(B) | 336.29º | 0.91% | 0.9% | - |
| XYZ | 35.33 | 18.3 | 14.5 | - |
| YUV | 92.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 103 | 0 | 0.91 | 0.55 | 0.10 | 336.29 | 0.84 | 0.49 |
| Hex | E6 | 14 | 67 | 0 | 5B | 37 | A | 150 | 54 | 31 |
| Octal | 346 | 24 | 147 | 0 | 133 | 67 | 12 | 520 | 124 | 61 |
| Binary | 11100110 | 10100 | 1100111 | 0 | 1011011 | 110111 | 1010 | 101010000 | 1010100 | 110001 |
Color Harmonies of #E61467
Complementary color
Monochromatic Colors of #E61467
Black with #E61467
Text Example
Text Example
White with #E61467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61467; }
p { color: rgb(230,20,103); }
H1.HeaderClassName
{
color: #E61467;
}
.AnyTagClassName
{
color: #E61467;
}
</style>
background-color css
<style>
a { background-color: #E61467; }
a { background-color: rgb(230,20,103); }
div.DivClassName
{
background-color: #E61467;
}
.BgClassName
{
background-color: #E61467;
}
</style>
border-color css
<style>
span { border-color: #E61467; }
span { border-color: rgb(230,20,103); }
td.TdClassName
{
border-color: #E61467;
}
.TagClassName
{
border-color: #E61467;
}
</style>