Shades of Ruby #E4145D
Tints of Ruby #E4145D
RGB
CMYK
RGB Variations
Color information
#E4145D (or 0xE4145D) is known color: Ruby. HEX triplet: E4, 14 and 5D. RGB value is (228,20,93). Sum of RGB (Red+Green+Blue) = 228+20+93=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E4145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4145D is #1BEBA2. Grayscale: #5A5A5A. Windows color (decimal): -1829795 or 6100196. OLE color: 6100196.
HSL color Cylindrical-coordinate representation of color #E4145D: hue angle of 338.94º 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 #E4145D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 93 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.11 |
| HSL | 338.94º | 0.84% | 0.49% | - |
| HSV(B) | 338.94º | 0.91% | 0.89% | - |
| XYZ | 34.22 | 17.78 | 11.99 | - |
| YUV | 90.51 | 129.41 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 93 | 0 | 0.91 | 0.59 | 0.11 | 338.94 | 0.84 | 0.49 |
| Hex | E4 | 14 | 5D | 0 | 5B | 3B | B | 153 | 54 | 31 |
| Octal | 344 | 24 | 135 | 0 | 133 | 73 | 13 | 523 | 124 | 61 |
| Binary | 11100100 | 10100 | 1011101 | 0 | 1011011 | 111011 | 1011 | 101010011 | 1010100 | 110001 |
Color Harmonies of #E4145D
Complementary color
Monochromatic Colors of #E4145D
Black with #E4145D
Text Example
Text Example
White with #E4145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4145D; }
p { color: rgb(228,20,93); }
H1.HeaderClassName
{
color: #E4145D;
}
.AnyTagClassName
{
color: #E4145D;
}
</style>
background-color css
<style>
a { background-color: #E4145D; }
a { background-color: rgb(228,20,93); }
div.DivClassName
{
background-color: #E4145D;
}
.BgClassName
{
background-color: #E4145D;
}
</style>
border-color css
<style>
span { border-color: #E4145D; }
span { border-color: rgb(228,20,93); }
td.TdClassName
{
border-color: #E4145D;
}
.TagClassName
{
border-color: #E4145D;
}
</style>