Shades of Ruby #E61772
Tints of Ruby #E61772
RGB
CMYK
RGB Variations
Color information
#E61772 (or 0xE61772) is known color: Ruby. HEX triplet: E6, 17 and 72. RGB value is (230,23,114). Sum of RGB (Red+Green+Blue) = 230+23+114=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 23 (9.38% from 255 or 6.27% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E61772 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61772 is #19E88D. Grayscale: #5F5F5F. Windows color (decimal): -1697934 or 7477222. OLE color: 7477222.
HSL color Cylindrical-coordinate representation of color #E61772: hue angle of 333.62º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61772 is Cyan = 0, Magento = 0.9, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 114 | - |
| CMYK | 0 | 0.9 | 0.50 | 0.10 |
| HSL | 333.62º | 0.82% | 0.5% | - |
| HSV(B) | 333.62º | 0.9% | 0.9% | - |
| XYZ | 35.98 | 18.65 | 17.62 | - |
| YUV | 95.27 | 138.58 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 114 | 0 | 0.9 | 0.50 | 0.10 | 333.62 | 0.82 | 0.5 |
| Hex | E6 | 17 | 72 | 0 | 5A | 32 | A | 14E | 52 | 32 |
| Octal | 346 | 27 | 162 | 0 | 132 | 62 | 12 | 516 | 122 | 62 |
| Binary | 11100110 | 10111 | 1110010 | 0 | 1011010 | 110010 | 1010 | 101001110 | 1010010 | 110010 |
Color Harmonies of #E61772
Complementary color
Monochromatic Colors of #E61772
Black with #E61772
Text Example
Text Example
White with #E61772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61772; }
p { color: rgb(230,23,114); }
H1.HeaderClassName
{
color: #E61772;
}
.AnyTagClassName
{
color: #E61772;
}
</style>
background-color css
<style>
a { background-color: #E61772; }
a { background-color: rgb(230,23,114); }
div.DivClassName
{
background-color: #E61772;
}
.BgClassName
{
background-color: #E61772;
}
</style>
border-color css
<style>
span { border-color: #E61772; }
span { border-color: rgb(230,23,114); }
td.TdClassName
{
border-color: #E61772;
}
.TagClassName
{
border-color: #E61772;
}
</style>