Shades of Ruby #E4146D
Tints of Ruby #E4146D
RGB
CMYK
RGB Variations
Color information
#E4146D (or 0xE4146D) is known color: Ruby. HEX triplet: E4, 14 and 6D. RGB value is (228,20,109). Sum of RGB (Red+Green+Blue) = 228+20+109=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E4146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4146D is #1BEB92. Grayscale: #5C5C5C. Windows color (decimal): -1829779 or 7148772. OLE color: 7148772.
HSL color Cylindrical-coordinate representation of color #E4146D: hue angle of 334.33º degrees, saturation: 0.84, 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 #E4146D is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 109 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.11 |
| HSL | 334.33º | 0.84% | 0.49% | - |
| HSV(B) | 334.33º | 0.91% | 0.89% | - |
| XYZ | 35.01 | 18.1 | 16.12 | - |
| YUV | 92.34 | 137.41 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 109 | 0 | 0.91 | 0.52 | 0.11 | 334.33 | 0.84 | 0.49 |
| Hex | E4 | 14 | 6D | 0 | 5B | 34 | B | 14E | 54 | 31 |
| Octal | 344 | 24 | 155 | 0 | 133 | 64 | 13 | 516 | 124 | 61 |
| Binary | 11100100 | 10100 | 1101101 | 0 | 1011011 | 110100 | 1011 | 101001110 | 1010100 | 110001 |
Color Harmonies of #E4146D
Complementary color
Monochromatic Colors of #E4146D
Black with #E4146D
Text Example
Text Example
White with #E4146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4146D; }
p { color: rgb(228,20,109); }
H1.HeaderClassName
{
color: #E4146D;
}
.AnyTagClassName
{
color: #E4146D;
}
</style>
background-color css
<style>
a { background-color: #E4146D; }
a { background-color: rgb(228,20,109); }
div.DivClassName
{
background-color: #E4146D;
}
.BgClassName
{
background-color: #E4146D;
}
</style>
border-color css
<style>
span { border-color: #E4146D; }
span { border-color: rgb(228,20,109); }
td.TdClassName
{
border-color: #E4146D;
}
.TagClassName
{
border-color: #E4146D;
}
</style>