Shades of Ruby #E61E6A
Tints of Ruby #E61E6A
RGB
CMYK
RGB Variations
Color information
#E61E6A (or 0xE61E6A) is known color: Ruby. HEX triplet: E6, 1E and 6A. RGB value is (230,30,106). Sum of RGB (Red+Green+Blue) = 230+30+106=366 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.84% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 230 - color contains mainly: red. Hex color #E61E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61E6A is #19E195. Grayscale: #626262. Windows color (decimal): -1696150 or 6954726. OLE color: 6954726.
HSL color Cylindrical-coordinate representation of color #E61E6A: hue angle of 337.2º 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 #E61E6A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 30 | 106 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.10 |
| HSL | 337.2º | 0.8% | 0.51% | - |
| HSV(B) | 337.2º | 0.87% | 0.9% | - |
| XYZ | 35.7 | 18.79 | 15.38 | - |
| YUV | 98.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 30 | 106 | 0 | 0.87 | 0.54 | 0.10 | 337.2 | 0.8 | 0.51 |
| Hex | E6 | 1E | 6A | 0 | 57 | 36 | A | 151 | 50 | 33 |
| Octal | 346 | 36 | 152 | 0 | 127 | 66 | 12 | 521 | 120 | 63 |
| Binary | 11100110 | 11110 | 1101010 | 0 | 1010111 | 110110 | 1010 | 101010001 | 1010000 | 110011 |
Color Harmonies of #E61E6A
Complementary color
Monochromatic Colors of #E61E6A
Black with #E61E6A
Text Example
Text Example
White with #E61E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61E6A; }
p { color: rgb(230,30,106); }
H1.HeaderClassName
{
color: #E61E6A;
}
.AnyTagClassName
{
color: #E61E6A;
}
</style>
background-color css
<style>
a { background-color: #E61E6A; }
a { background-color: rgb(230,30,106); }
div.DivClassName
{
background-color: #E61E6A;
}
.BgClassName
{
background-color: #E61E6A;
}
</style>
border-color css
<style>
span { border-color: #E61E6A; }
span { border-color: rgb(230,30,106); }
td.TdClassName
{
border-color: #E61E6A;
}
.TagClassName
{
border-color: #E61E6A;
}
</style>