Shades of Ruby #E41472
Tints of Ruby #E41472
RGB
CMYK
RGB Variations
Color information
#E41472 (or 0xE41472) is known color: Ruby. HEX triplet: E4, 14 and 72. RGB value is (228,20,114). Sum of RGB (Red+Green+Blue) = 228+20+114=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E41472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41472 is #1BEB8D. Grayscale: #5C5C5C. Windows color (decimal): -1829774 or 7476452. OLE color: 7476452.
HSL color Cylindrical-coordinate representation of color #E41472: hue angle of 332.88º 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 #E41472 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 114 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.11 |
| HSL | 332.88º | 0.84% | 0.49% | - |
| HSV(B) | 332.88º | 0.91% | 0.89% | - |
| XYZ | 35.28 | 18.21 | 17.57 | - |
| YUV | 92.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 114 | 0 | 0.91 | 0.50 | 0.11 | 332.88 | 0.84 | 0.49 |
| Hex | E4 | 14 | 72 | 0 | 5B | 32 | B | 14D | 54 | 31 |
| Octal | 344 | 24 | 162 | 0 | 133 | 62 | 13 | 515 | 124 | 61 |
| Binary | 11100100 | 10100 | 1110010 | 0 | 1011011 | 110010 | 1011 | 101001101 | 1010100 | 110001 |
Color Harmonies of #E41472
Complementary color
Monochromatic Colors of #E41472
Black with #E41472
Text Example
Text Example
White with #E41472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41472; }
p { color: rgb(228,20,114); }
H1.HeaderClassName
{
color: #E41472;
}
.AnyTagClassName
{
color: #E41472;
}
</style>
background-color css
<style>
a { background-color: #E41472; }
a { background-color: rgb(228,20,114); }
div.DivClassName
{
background-color: #E41472;
}
.BgClassName
{
background-color: #E41472;
}
</style>
border-color css
<style>
span { border-color: #E41472; }
span { border-color: rgb(228,20,114); }
td.TdClassName
{
border-color: #E41472;
}
.TagClassName
{
border-color: #E41472;
}
</style>