Shades of Ruby #E01D6A
Tints of Ruby #E01D6A
RGB
CMYK
RGB Variations
Color information
#E01D6A (or 0xE01D6A) is known color: Ruby. HEX triplet: E0, 1D and 6A. RGB value is (224,29,106). Sum of RGB (Red+Green+Blue) = 224+29+106=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01D6A is #1FE295. Grayscale: #5F5F5F. Windows color (decimal): -2089622 or 6954464. OLE color: 6954464.
HSL color Cylindrical-coordinate representation of color #E01D6A: hue angle of 336.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01D6A is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 29 | 106 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.12 |
| HSL | 336.31º | 0.77% | 0.5% | - |
| HSV(B) | 336.31º | 0.87% | 0.88% | - |
| XYZ | 33.78 | 17.77 | 15.28 | - |
| YUV | 96.08 | 133.6 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 29 | 106 | 0 | 0.87 | 0.53 | 0.12 | 336.31 | 0.77 | 0.5 |
| Hex | E0 | 1D | 6A | 0 | 57 | 35 | C | 150 | 4D | 32 |
| Octal | 340 | 35 | 152 | 0 | 127 | 65 | 14 | 520 | 115 | 62 |
| Binary | 11100000 | 11101 | 1101010 | 0 | 1010111 | 110101 | 1100 | 101010000 | 1001101 | 110010 |
Color Harmonies of #E01D6A
Complementary color
Monochromatic Colors of #E01D6A
Black with #E01D6A
Text Example
Text Example
White with #E01D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01D6A; }
p { color: rgb(224,29,106); }
H1.HeaderClassName
{
color: #E01D6A;
}
.AnyTagClassName
{
color: #E01D6A;
}
</style>
background-color css
<style>
a { background-color: #E01D6A; }
a { background-color: rgb(224,29,106); }
div.DivClassName
{
background-color: #E01D6A;
}
.BgClassName
{
background-color: #E01D6A;
}
</style>
border-color css
<style>
span { border-color: #E01D6A; }
span { border-color: rgb(224,29,106); }
td.TdClassName
{
border-color: #E01D6A;
}
.TagClassName
{
border-color: #E01D6A;
}
</style>