Shades of Ruby #E6047C
Tints of Ruby #E6047C
RGB
CMYK
RGB Variations
Color information
#E6047C (or 0xE6047C) is known color: Ruby. HEX triplet: E6, 04 and 7C. RGB value is (230,4,124). Sum of RGB (Red+Green+Blue) = 230+4+124=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6047C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6047C is #19FB83. Grayscale: #555555. Windows color (decimal): -1702788 or 8127718. OLE color: 8127718.
HSL color Cylindrical-coordinate representation of color #E6047C: hue angle of 328.14º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6047C is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 124 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.10 |
| HSL | 328.14º | 0.97% | 0.46% | - |
| HSV(B) | 328.14º | 0.98% | 0.9% | - |
| XYZ | 36.31 | 18.37 | 20.7 | - |
| YUV | 85.25 | 149.87 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 124 | 0 | 0.98 | 0.46 | 0.10 | 328.14 | 0.97 | 0.46 |
| Hex | E6 | 4 | 7C | 0 | 62 | 2E | A | 148 | 61 | 2E |
| Octal | 346 | 4 | 174 | 0 | 142 | 56 | 12 | 510 | 141 | 56 |
| Binary | 11100110 | 100 | 1111100 | 0 | 1100010 | 101110 | 1010 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E6047C
Complementary color
Monochromatic Colors of #E6047C
Black with #E6047C
Text Example
Text Example
White with #E6047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6047C; }
p { color: rgb(230,4,124); }
H1.HeaderClassName
{
color: #E6047C;
}
.AnyTagClassName
{
color: #E6047C;
}
</style>
background-color css
<style>
a { background-color: #E6047C; }
a { background-color: rgb(230,4,124); }
div.DivClassName
{
background-color: #E6047C;
}
.BgClassName
{
background-color: #E6047C;
}
</style>
border-color css
<style>
span { border-color: #E6047C; }
span { border-color: rgb(230,4,124); }
td.TdClassName
{
border-color: #E6047C;
}
.TagClassName
{
border-color: #E6047C;
}
</style>