Shades of Ruby #E61567
Tints of Ruby #E61567
RGB
CMYK
RGB Variations
Color information
#E61567 (or 0xE61567) is known color: Ruby. HEX triplet: E6, 15 and 67. RGB value is (230,21,103). Sum of RGB (Red+Green+Blue) = 230+21+103=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E61567 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61567 is #19EA98. Grayscale: #5C5C5C. Windows color (decimal): -1698457 or 6755814. OLE color: 6755814.
HSL color Cylindrical-coordinate representation of color #E61567: hue angle of 336.46º degrees, saturation: 0.83, 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 #E61567 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 103 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.10 |
| HSL | 336.46º | 0.83% | 0.49% | - |
| HSV(B) | 336.46º | 0.91% | 0.9% | - |
| XYZ | 35.35 | 18.34 | 14.51 | - |
| YUV | 92.84 | 133.74 | 225.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 103 | 0 | 0.91 | 0.55 | 0.10 | 336.46 | 0.83 | 0.49 |
| Hex | E6 | 15 | 67 | 0 | 5B | 37 | A | 150 | 53 | 31 |
| Octal | 346 | 25 | 147 | 0 | 133 | 67 | 12 | 520 | 123 | 61 |
| Binary | 11100110 | 10101 | 1100111 | 0 | 1011011 | 110111 | 1010 | 101010000 | 1010011 | 110001 |
Color Harmonies of #E61567
Complementary color
Monochromatic Colors of #E61567
Black with #E61567
Text Example
Text Example
White with #E61567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61567; }
p { color: rgb(230,21,103); }
H1.HeaderClassName
{
color: #E61567;
}
.AnyTagClassName
{
color: #E61567;
}
</style>
background-color css
<style>
a { background-color: #E61567; }
a { background-color: rgb(230,21,103); }
div.DivClassName
{
background-color: #E61567;
}
.BgClassName
{
background-color: #E61567;
}
</style>
border-color css
<style>
span { border-color: #E61567; }
span { border-color: rgb(230,21,103); }
td.TdClassName
{
border-color: #E61567;
}
.TagClassName
{
border-color: #E61567;
}
</style>