Shades of Ruby #E41474
Tints of Ruby #E41474
RGB
CMYK
RGB Variations
Color information
#E41474 (or 0xE41474) is known color: Ruby. HEX triplet: E4, 14 and 74. RGB value is (228,20,116). Sum of RGB (Red+Green+Blue) = 228+20+116=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E41474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41474 is #1BEB8B. Grayscale: #5C5C5C. Windows color (decimal): -1829772 or 7607524. OLE color: 7607524.
HSL color Cylindrical-coordinate representation of color #E41474: hue angle of 332.31º 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 #E41474 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 116 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.11 |
| HSL | 332.31º | 0.84% | 0.49% | - |
| HSV(B) | 332.31º | 0.91% | 0.89% | - |
| XYZ | 35.4 | 18.26 | 18.18 | - |
| YUV | 93.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 116 | 0 | 0.91 | 0.49 | 0.11 | 332.31 | 0.84 | 0.49 |
| Hex | E4 | 14 | 74 | 0 | 5B | 31 | B | 14C | 54 | 31 |
| Octal | 344 | 24 | 164 | 0 | 133 | 61 | 13 | 514 | 124 | 61 |
| Binary | 11100100 | 10100 | 1110100 | 0 | 1011011 | 110001 | 1011 | 101001100 | 1010100 | 110001 |
Color Harmonies of #E41474
Complementary color
Monochromatic Colors of #E41474
Black with #E41474
Text Example
Text Example
White with #E41474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41474; }
p { color: rgb(228,20,116); }
H1.HeaderClassName
{
color: #E41474;
}
.AnyTagClassName
{
color: #E41474;
}
</style>
background-color css
<style>
a { background-color: #E41474; }
a { background-color: rgb(228,20,116); }
div.DivClassName
{
background-color: #E41474;
}
.BgClassName
{
background-color: #E41474;
}
</style>
border-color css
<style>
span { border-color: #E41474; }
span { border-color: rgb(228,20,116); }
td.TdClassName
{
border-color: #E41474;
}
.TagClassName
{
border-color: #E41474;
}
</style>