Shades of Ruby #E01672
Tints of Ruby #E01672
RGB
CMYK
RGB Variations
Color information
#E01672 (or 0xE01672) is known color: Ruby. HEX triplet: E0, 16 and 72. RGB value is (224,22,114). Sum of RGB (Red+Green+Blue) = 224+22+114=360 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.22% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 224 - color contains mainly: red. Hex color #E01672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E01672 is #1FE98D. Grayscale: #5C5C5C. Windows color (decimal): -2091406 or 7476960. OLE color: 7476960.
HSL color Cylindrical-coordinate representation of color #E01672: hue angle of 332.67º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01672 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 22 | 114 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.12 |
| HSL | 332.67º | 0.82% | 0.48% | - |
| HSV(B) | 332.67º | 0.9% | 0.88% | - |
| XYZ | 34.06 | 17.64 | 17.53 | - |
| YUV | 92.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 114 | 0 | 0.90 | 0.49 | 0.12 | 332.67 | 0.82 | 0.48 |
| Hex | E0 | 16 | 72 | 0 | 5A | 31 | C | 14D | 52 | 30 |
| Octal | 340 | 26 | 162 | 0 | 132 | 61 | 14 | 515 | 122 | 60 |
| Binary | 11100000 | 10110 | 1110010 | 0 | 1011010 | 110001 | 1100 | 101001101 | 1010010 | 110000 |
Color Harmonies of #E01672
Complementary color
Monochromatic Colors of #E01672
Black with #E01672
Text Example
Text Example
White with #E01672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01672; }
p { color: rgb(224,22,114); }
H1.HeaderClassName
{
color: #E01672;
}
.AnyTagClassName
{
color: #E01672;
}
</style>
background-color css
<style>
a { background-color: #E01672; }
a { background-color: rgb(224,22,114); }
div.DivClassName
{
background-color: #E01672;
}
.BgClassName
{
background-color: #E01672;
}
</style>
border-color css
<style>
span { border-color: #E01672; }
span { border-color: rgb(224,22,114); }
td.TdClassName
{
border-color: #E01672;
}
.TagClassName
{
border-color: #E01672;
}
</style>