Shades of Ruby #E6037C
Tints of Ruby #E6037C
RGB
CMYK
RGB Variations
Color information
#E6037C (or 0xE6037C) is known color: Ruby. HEX triplet: E6, 03 and 7C. RGB value is (230,3,124). Sum of RGB (Red+Green+Blue) = 230+3+124=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6037C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6037C is #19FC83. Grayscale: #545454. Windows color (decimal): -1703044 or 8127462. OLE color: 8127462.
HSL color Cylindrical-coordinate representation of color #E6037C: hue angle of 328.02º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6037C is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 124 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.10 |
| HSL | 328.02º | 0.97% | 0.46% | - |
| HSV(B) | 328.02º | 0.99% | 0.9% | - |
| XYZ | 36.3 | 18.34 | 20.7 | - |
| YUV | 84.67 | 150.21 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 124 | 0 | 0.99 | 0.46 | 0.10 | 328.02 | 0.97 | 0.46 |
| Hex | E6 | 3 | 7C | 0 | 63 | 2E | A | 148 | 61 | 2E |
| Octal | 346 | 3 | 174 | 0 | 143 | 56 | 12 | 510 | 141 | 56 |
| Binary | 11100110 | 11 | 1111100 | 0 | 1100011 | 101110 | 1010 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E6037C
Complementary color
Monochromatic Colors of #E6037C
Black with #E6037C
Text Example
Text Example
White with #E6037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6037C; }
p { color: rgb(230,3,124); }
H1.HeaderClassName
{
color: #E6037C;
}
.AnyTagClassName
{
color: #E6037C;
}
</style>
background-color css
<style>
a { background-color: #E6037C; }
a { background-color: rgb(230,3,124); }
div.DivClassName
{
background-color: #E6037C;
}
.BgClassName
{
background-color: #E6037C;
}
</style>
border-color css
<style>
span { border-color: #E6037C; }
span { border-color: rgb(230,3,124); }
td.TdClassName
{
border-color: #E6037C;
}
.TagClassName
{
border-color: #E6037C;
}
</style>