Shades of Ruby #E61572
Tints of Ruby #E61572
RGB
CMYK
RGB Variations
Color information
#E61572 (or 0xE61572) is known color: Ruby. HEX triplet: E6, 15 and 72. RGB value is (230,21,114). Sum of RGB (Red+Green+Blue) = 230+21+114=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E61572 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61572 is #19EA8D. Grayscale: #5D5D5D. Windows color (decimal): -1698446 or 7476710. OLE color: 7476710.
HSL color Cylindrical-coordinate representation of color #E61572: hue angle of 333.3º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61572 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 114 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.10 |
| HSL | 333.3º | 0.83% | 0.49% | - |
| HSV(B) | 333.3º | 0.91% | 0.9% | - |
| XYZ | 35.94 | 18.57 | 17.61 | - |
| YUV | 94.09 | 139.24 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 114 | 0 | 0.91 | 0.50 | 0.10 | 333.3 | 0.83 | 0.49 |
| Hex | E6 | 15 | 72 | 0 | 5B | 32 | A | 14D | 53 | 31 |
| Octal | 346 | 25 | 162 | 0 | 133 | 62 | 12 | 515 | 123 | 61 |
| Binary | 11100110 | 10101 | 1110010 | 0 | 1011011 | 110010 | 1010 | 101001101 | 1010011 | 110001 |
Color Harmonies of #E61572
Complementary color
Monochromatic Colors of #E61572
Black with #E61572
Text Example
Text Example
White with #E61572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61572; }
p { color: rgb(230,21,114); }
H1.HeaderClassName
{
color: #E61572;
}
.AnyTagClassName
{
color: #E61572;
}
</style>
background-color css
<style>
a { background-color: #E61572; }
a { background-color: rgb(230,21,114); }
div.DivClassName
{
background-color: #E61572;
}
.BgClassName
{
background-color: #E61572;
}
</style>
border-color css
<style>
span { border-color: #E61572; }
span { border-color: rgb(230,21,114); }
td.TdClassName
{
border-color: #E61572;
}
.TagClassName
{
border-color: #E61572;
}
</style>