Shades of Ruby #E4156F
Tints of Ruby #E4156F
RGB
CMYK
RGB Variations
Color information
#E4156F (or 0xE4156F) is known color: Ruby. HEX triplet: E4, 15 and 6F. RGB value is (228,21,111). Sum of RGB (Red+Green+Blue) = 228+21+111=360 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.33% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 228 - color contains mainly: red. Hex color #E4156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4156F is #1BEA90. Grayscale: #5D5D5D. Windows color (decimal): -1829521 or 7280100. OLE color: 7280100.
HSL color Cylindrical-coordinate representation of color #E4156F: hue angle of 333.91º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E4156F is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 111 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.11 |
| HSL | 333.91º | 0.83% | 0.49% | - |
| HSV(B) | 333.91º | 0.91% | 0.89% | - |
| XYZ | 35.13 | 18.18 | 16.7 | - |
| YUV | 93.15 | 138.08 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 111 | 0 | 0.91 | 0.51 | 0.11 | 333.91 | 0.83 | 0.49 |
| Hex | E4 | 15 | 6F | 0 | 5B | 33 | B | 14E | 53 | 31 |
| Octal | 344 | 25 | 157 | 0 | 133 | 63 | 13 | 516 | 123 | 61 |
| Binary | 11100100 | 10101 | 1101111 | 0 | 1011011 | 110011 | 1011 | 101001110 | 1010011 | 110001 |
Color Harmonies of #E4156F
Complementary color
Monochromatic Colors of #E4156F
Black with #E4156F
Text Example
Text Example
White with #E4156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4156F; }
p { color: rgb(228,21,111); }
H1.HeaderClassName
{
color: #E4156F;
}
.AnyTagClassName
{
color: #E4156F;
}
</style>
background-color css
<style>
a { background-color: #E4156F; }
a { background-color: rgb(228,21,111); }
div.DivClassName
{
background-color: #E4156F;
}
.BgClassName
{
background-color: #E4156F;
}
</style>
border-color css
<style>
span { border-color: #E4156F; }
span { border-color: rgb(228,21,111); }
td.TdClassName
{
border-color: #E4156F;
}
.TagClassName
{
border-color: #E4156F;
}
</style>