Shades of Ruby #E61B6C
Tints of Ruby #E61B6C
RGB
CMYK
RGB Variations
Color information
#E61B6C (or 0xE61B6C) is known color: Ruby. HEX triplet: E6, 1B and 6C. RGB value is (230,27,108). Sum of RGB (Red+Green+Blue) = 230+27+108=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61B6C is #19E493. Grayscale: #606060. Windows color (decimal): -1696916 or 7085030. OLE color: 7085030.
HSL color Cylindrical-coordinate representation of color #E61B6C: hue angle of 336.06º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61B6C is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 108 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.10 |
| HSL | 336.06º | 0.8% | 0.5% | - |
| HSV(B) | 336.06º | 0.88% | 0.9% | - |
| XYZ | 35.73 | 18.69 | 15.91 | - |
| YUV | 96.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 108 | 0 | 0.88 | 0.53 | 0.10 | 336.06 | 0.8 | 0.5 |
| Hex | E6 | 1B | 6C | 0 | 58 | 35 | A | 150 | 50 | 32 |
| Octal | 346 | 33 | 154 | 0 | 130 | 65 | 12 | 520 | 120 | 62 |
| Binary | 11100110 | 11011 | 1101100 | 0 | 1011000 | 110101 | 1010 | 101010000 | 1010000 | 110010 |
Color Harmonies of #E61B6C
Complementary color
Monochromatic Colors of #E61B6C
Black with #E61B6C
Text Example
Text Example
White with #E61B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B6C; }
p { color: rgb(230,27,108); }
H1.HeaderClassName
{
color: #E61B6C;
}
.AnyTagClassName
{
color: #E61B6C;
}
</style>
background-color css
<style>
a { background-color: #E61B6C; }
a { background-color: rgb(230,27,108); }
div.DivClassName
{
background-color: #E61B6C;
}
.BgClassName
{
background-color: #E61B6C;
}
</style>
border-color css
<style>
span { border-color: #E61B6C; }
span { border-color: rgb(230,27,108); }
td.TdClassName
{
border-color: #E61B6C;
}
.TagClassName
{
border-color: #E61B6C;
}
</style>