Shades of Ruby #E61B6A
Tints of Ruby #E61B6A
RGB
CMYK
RGB Variations
Color information
#E61B6A (or 0xE61B6A) is known color: Ruby. HEX triplet: E6, 1B and 6A. RGB value is (230,27,106). Sum of RGB (Red+Green+Blue) = 230+27+106=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61B6A is #19E495. Grayscale: #606060. Windows color (decimal): -1696918 or 6953958. OLE color: 6953958.
HSL color Cylindrical-coordinate representation of color #E61B6A: hue angle of 336.65º 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 #E61B6A is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 27 | 106 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.10 |
| HSL | 336.65º | 0.8% | 0.5% | - |
| HSV(B) | 336.65º | 0.88% | 0.9% | - |
| XYZ | 35.63 | 18.65 | 15.36 | - |
| YUV | 96.7 | 133.25 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 27 | 106 | 0 | 0.88 | 0.54 | 0.10 | 336.65 | 0.8 | 0.5 |
| Hex | E6 | 1B | 6A | 0 | 58 | 36 | A | 151 | 50 | 32 |
| Octal | 346 | 33 | 152 | 0 | 130 | 66 | 12 | 521 | 120 | 62 |
| Binary | 11100110 | 11011 | 1101010 | 0 | 1011000 | 110110 | 1010 | 101010001 | 1010000 | 110010 |
Color Harmonies of #E61B6A
Complementary color
Monochromatic Colors of #E61B6A
Black with #E61B6A
Text Example
Text Example
White with #E61B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61B6A; }
p { color: rgb(230,27,106); }
H1.HeaderClassName
{
color: #E61B6A;
}
.AnyTagClassName
{
color: #E61B6A;
}
</style>
background-color css
<style>
a { background-color: #E61B6A; }
a { background-color: rgb(230,27,106); }
div.DivClassName
{
background-color: #E61B6A;
}
.BgClassName
{
background-color: #E61B6A;
}
</style>
border-color css
<style>
span { border-color: #E61B6A; }
span { border-color: rgb(230,27,106); }
td.TdClassName
{
border-color: #E61B6A;
}
.TagClassName
{
border-color: #E61B6A;
}
</style>