Shades of Ruby #E4146A
Tints of Ruby #E4146A
RGB
CMYK
RGB Variations
Color information
#E4146A (or 0xE4146A) is known color: Ruby. HEX triplet: E4, 14 and 6A. RGB value is (228,20,106). Sum of RGB (Red+Green+Blue) = 228+20+106=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E4146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4146A is #1BEB95. Grayscale: #5B5B5B. Windows color (decimal): -1829782 or 6952164. OLE color: 6952164.
HSL color Cylindrical-coordinate representation of color #E4146A: hue angle of 335.19º 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 #E4146A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 106 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.11 |
| HSL | 335.19º | 0.84% | 0.49% | - |
| HSV(B) | 335.19º | 0.91% | 0.89% | - |
| XYZ | 34.85 | 18.03 | 15.28 | - |
| YUV | 92 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 106 | 0 | 0.91 | 0.54 | 0.11 | 335.19 | 0.84 | 0.49 |
| Hex | E4 | 14 | 6A | 0 | 5B | 36 | B | 14F | 54 | 31 |
| Octal | 344 | 24 | 152 | 0 | 133 | 66 | 13 | 517 | 124 | 61 |
| Binary | 11100100 | 10100 | 1101010 | 0 | 1011011 | 110110 | 1011 | 101001111 | 1010100 | 110001 |
Color Harmonies of #E4146A
Complementary color
Monochromatic Colors of #E4146A
Black with #E4146A
Text Example
Text Example
White with #E4146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4146A; }
p { color: rgb(228,20,106); }
H1.HeaderClassName
{
color: #E4146A;
}
.AnyTagClassName
{
color: #E4146A;
}
</style>
background-color css
<style>
a { background-color: #E4146A; }
a { background-color: rgb(228,20,106); }
div.DivClassName
{
background-color: #E4146A;
}
.BgClassName
{
background-color: #E4146A;
}
</style>
border-color css
<style>
span { border-color: #E4146A; }
span { border-color: rgb(228,20,106); }
td.TdClassName
{
border-color: #E4146A;
}
.TagClassName
{
border-color: #E4146A;
}
</style>