Shades of Ruby #E4146E
Tints of Ruby #E4146E
RGB
CMYK
RGB Variations
Color information
#E4146E (or 0xE4146E) is known color: Ruby. HEX triplet: E4, 14 and 6E. RGB value is (228,20,110). Sum of RGB (Red+Green+Blue) = 228+20+110=358 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.69% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 228 - color contains mainly: red. Hex color #E4146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4146E is #1BEB91. Grayscale: #5C5C5C. Windows color (decimal): -1829778 or 7214308. OLE color: 7214308.
HSL color Cylindrical-coordinate representation of color #E4146E: hue angle of 334.04º 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 #E4146E is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 110 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.11 |
| HSL | 334.04º | 0.84% | 0.49% | - |
| HSV(B) | 334.04º | 0.91% | 0.89% | - |
| XYZ | 35.06 | 18.12 | 16.4 | - |
| YUV | 92.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 110 | 0 | 0.91 | 0.52 | 0.11 | 334.04 | 0.84 | 0.49 |
| Hex | E4 | 14 | 6E | 0 | 5B | 34 | B | 14E | 54 | 31 |
| Octal | 344 | 24 | 156 | 0 | 133 | 64 | 13 | 516 | 124 | 61 |
| Binary | 11100100 | 10100 | 1101110 | 0 | 1011011 | 110100 | 1011 | 101001110 | 1010100 | 110001 |
Color Harmonies of #E4146E
Complementary color
Monochromatic Colors of #E4146E
Black with #E4146E
Text Example
Text Example
White with #E4146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4146E; }
p { color: rgb(228,20,110); }
H1.HeaderClassName
{
color: #E4146E;
}
.AnyTagClassName
{
color: #E4146E;
}
</style>
background-color css
<style>
a { background-color: #E4146E; }
a { background-color: rgb(228,20,110); }
div.DivClassName
{
background-color: #E4146E;
}
.BgClassName
{
background-color: #E4146E;
}
</style>
border-color css
<style>
span { border-color: #E4146E; }
span { border-color: rgb(228,20,110); }
td.TdClassName
{
border-color: #E4146E;
}
.TagClassName
{
border-color: #E4146E;
}
</style>