Shades of Ruby #E41462
Tints of Ruby #E41462
RGB
CMYK
RGB Variations
Color information
#E41462 (or 0xE41462) is known color: Ruby. HEX triplet: E4, 14 and 62. RGB value is (228,20,98). Sum of RGB (Red+Green+Blue) = 228+20+98=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E41462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41462 is #1BEB9D. Grayscale: #5A5A5A. Windows color (decimal): -1829790 or 6427876. OLE color: 6427876.
HSL color Cylindrical-coordinate representation of color #E41462: hue angle of 337.5º 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 #E41462 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 98 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.11 |
| HSL | 337.5º | 0.84% | 0.49% | - |
| HSV(B) | 337.5º | 0.91% | 0.89% | - |
| XYZ | 34.45 | 17.88 | 13.19 | - |
| YUV | 91.08 | 131.91 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 98 | 0 | 0.91 | 0.57 | 0.11 | 337.5 | 0.84 | 0.49 |
| Hex | E4 | 14 | 62 | 0 | 5B | 39 | B | 152 | 54 | 31 |
| Octal | 344 | 24 | 142 | 0 | 133 | 71 | 13 | 522 | 124 | 61 |
| Binary | 11100100 | 10100 | 1100010 | 0 | 1011011 | 111001 | 1011 | 101010010 | 1010100 | 110001 |
Color Harmonies of #E41462
Complementary color
Monochromatic Colors of #E41462
Black with #E41462
Text Example
Text Example
White with #E41462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41462; }
p { color: rgb(228,20,98); }
H1.HeaderClassName
{
color: #E41462;
}
.AnyTagClassName
{
color: #E41462;
}
</style>
background-color css
<style>
a { background-color: #E41462; }
a { background-color: rgb(228,20,98); }
div.DivClassName
{
background-color: #E41462;
}
.BgClassName
{
background-color: #E41462;
}
</style>
border-color css
<style>
span { border-color: #E41462; }
span { border-color: rgb(228,20,98); }
td.TdClassName
{
border-color: #E41462;
}
.TagClassName
{
border-color: #E41462;
}
</style>