Shades of Ruby #E4186F
Tints of Ruby #E4186F
RGB
CMYK
RGB Variations
Color information
#E4186F (or 0xE4186F) is known color: Ruby. HEX triplet: E4, 18 and 6F. RGB value is (228,24,111). Sum of RGB (Red+Green+Blue) = 228+24+111=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E4186F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4186F is #1BE790. Grayscale: #5E5E5E. Windows color (decimal): -1828753 or 7280868. OLE color: 7280868.
HSL color Cylindrical-coordinate representation of color #E4186F: hue angle of 334.41º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E4186F is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 24 | 111 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.11 |
| HSL | 334.41º | 0.81% | 0.49% | - |
| HSV(B) | 334.41º | 0.89% | 0.89% | - |
| XYZ | 35.19 | 18.29 | 16.72 | - |
| YUV | 94.91 | 137.09 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 24 | 111 | 0 | 0.89 | 0.51 | 0.11 | 334.41 | 0.81 | 0.49 |
| Hex | E4 | 18 | 6F | 0 | 59 | 33 | B | 14E | 51 | 31 |
| Octal | 344 | 30 | 157 | 0 | 131 | 63 | 13 | 516 | 121 | 61 |
| Binary | 11100100 | 11000 | 1101111 | 0 | 1011001 | 110011 | 1011 | 101001110 | 1010001 | 110001 |
Color Harmonies of #E4186F
Complementary color
Monochromatic Colors of #E4186F
Black with #E4186F
Text Example
Text Example
White with #E4186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4186F; }
p { color: rgb(228,24,111); }
H1.HeaderClassName
{
color: #E4186F;
}
.AnyTagClassName
{
color: #E4186F;
}
</style>
background-color css
<style>
a { background-color: #E4186F; }
a { background-color: rgb(228,24,111); }
div.DivClassName
{
background-color: #E4186F;
}
.BgClassName
{
background-color: #E4186F;
}
</style>
border-color css
<style>
span { border-color: #E4186F; }
span { border-color: rgb(228,24,111); }
td.TdClassName
{
border-color: #E4186F;
}
.TagClassName
{
border-color: #E4186F;
}
</style>