Shades of Ruby #E01A6A
Tints of Ruby #E01A6A
RGB
CMYK
RGB Variations
Color information
#E01A6A (or 0xE01A6A) is known color: Ruby. HEX triplet: E0, 1A and 6A. RGB value is (224,26,106). Sum of RGB (Red+Green+Blue) = 224+26+106=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01A6A is #1FE595. Grayscale: #5E5E5E. Windows color (decimal): -2090390 or 6953696. OLE color: 6953696.
HSL color Cylindrical-coordinate representation of color #E01A6A: hue angle of 335.76º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01A6A is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 26 | 106 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.12 |
| HSL | 335.76º | 0.79% | 0.49% | - |
| HSV(B) | 335.76º | 0.88% | 0.88% | - |
| XYZ | 33.71 | 17.63 | 15.26 | - |
| YUV | 94.32 | 134.6 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 26 | 106 | 0 | 0.88 | 0.53 | 0.12 | 335.76 | 0.79 | 0.49 |
| Hex | E0 | 1A | 6A | 0 | 58 | 35 | C | 150 | 4F | 31 |
| Octal | 340 | 32 | 152 | 0 | 130 | 65 | 14 | 520 | 117 | 61 |
| Binary | 11100000 | 11010 | 1101010 | 0 | 1011000 | 110101 | 1100 | 101010000 | 1001111 | 110001 |
Color Harmonies of #E01A6A
Complementary color
Monochromatic Colors of #E01A6A
Black with #E01A6A
Text Example
Text Example
White with #E01A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01A6A; }
p { color: rgb(224,26,106); }
H1.HeaderClassName
{
color: #E01A6A;
}
.AnyTagClassName
{
color: #E01A6A;
}
</style>
background-color css
<style>
a { background-color: #E01A6A; }
a { background-color: rgb(224,26,106); }
div.DivClassName
{
background-color: #E01A6A;
}
.BgClassName
{
background-color: #E01A6A;
}
</style>
border-color css
<style>
span { border-color: #E01A6A; }
span { border-color: rgb(224,26,106); }
td.TdClassName
{
border-color: #E01A6A;
}
.TagClassName
{
border-color: #E01A6A;
}
</style>