Shades of Ruby #E2184F
Tints of Ruby #E2184F
RGB
CMYK
RGB Variations
Color information
#E2184F (or 0xE2184F) is known color: Ruby. HEX triplet: E2, 18 and 4F. RGB value is (226,24,79). Sum of RGB (Red+Green+Blue) = 226+24+79=329 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.69% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 226 - color contains mainly: red. Hex color #E2184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2184F is #1DE7B0. Grayscale: #5A5A5A. Windows color (decimal): -1959857 or 5183714. OLE color: 5183714.
HSL color Cylindrical-coordinate representation of color #E2184F: hue angle of 343.66º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2184F is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 24 | 79 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.11 |
| HSL | 343.66º | 0.81% | 0.49% | - |
| HSV(B) | 343.66º | 0.89% | 0.89% | - |
| XYZ | 33.1 | 17.39 | 9.01 | - |
| YUV | 90.67 | 121.42 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 79 | 0 | 0.89 | 0.65 | 0.11 | 343.66 | 0.81 | 0.49 |
| Hex | E2 | 18 | 4F | 0 | 59 | 41 | B | 158 | 51 | 31 |
| Octal | 342 | 30 | 117 | 0 | 131 | 101 | 13 | 530 | 121 | 61 |
| Binary | 11100010 | 11000 | 1001111 | 0 | 1011001 | 1000001 | 1011 | 101011000 | 1010001 | 110001 |
Color Harmonies of #E2184F
Complementary color
Monochromatic Colors of #E2184F
Black with #E2184F
Text Example
Text Example
White with #E2184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2184F; }
p { color: rgb(226,24,79); }
H1.HeaderClassName
{
color: #E2184F;
}
.AnyTagClassName
{
color: #E2184F;
}
</style>
background-color css
<style>
a { background-color: #E2184F; }
a { background-color: rgb(226,24,79); }
div.DivClassName
{
background-color: #E2184F;
}
.BgClassName
{
background-color: #E2184F;
}
</style>
border-color css
<style>
span { border-color: #E2184F; }
span { border-color: rgb(226,24,79); }
td.TdClassName
{
border-color: #E2184F;
}
.TagClassName
{
border-color: #E2184F;
}
</style>