Shades of Ruby #E0056F
Tints of Ruby #E0056F
RGB
CMYK
RGB Variations
Color information
#E0056F (or 0xE0056F) is known color: Ruby. HEX triplet: E0, 05 and 6F. RGB value is (224,5,111). Sum of RGB (Red+Green+Blue) = 224+5+111=340 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.88% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 224 - color contains mainly: red. Hex color #E0056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0056F is #1FFA90. Grayscale: #525252. Windows color (decimal): -2095761 or 7276000. OLE color: 7276000.
HSL color Cylindrical-coordinate representation of color #E0056F: hue angle of 330.96º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0056F is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 5 | 111 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.12 |
| HSL | 330.96º | 0.96% | 0.45% | - |
| HSV(B) | 330.96º | 0.98% | 0.88% | - |
| XYZ | 33.66 | 17.1 | 16.57 | - |
| YUV | 82.57 | 144.05 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 111 | 0 | 0.98 | 0.50 | 0.12 | 330.96 | 0.96 | 0.45 |
| Hex | E0 | 5 | 6F | 0 | 62 | 32 | C | 14B | 60 | 2D |
| Octal | 340 | 5 | 157 | 0 | 142 | 62 | 14 | 513 | 140 | 55 |
| Binary | 11100000 | 101 | 1101111 | 0 | 1100010 | 110010 | 1100 | 101001011 | 1100000 | 101101 |
Color Harmonies of #E0056F
Complementary color
Monochromatic Colors of #E0056F
Black with #E0056F
Text Example
Text Example
White with #E0056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0056F; }
p { color: rgb(224,5,111); }
H1.HeaderClassName
{
color: #E0056F;
}
.AnyTagClassName
{
color: #E0056F;
}
</style>
background-color css
<style>
a { background-color: #E0056F; }
a { background-color: rgb(224,5,111); }
div.DivClassName
{
background-color: #E0056F;
}
.BgClassName
{
background-color: #E0056F;
}
</style>
border-color css
<style>
span { border-color: #E0056F; }
span { border-color: rgb(224,5,111); }
td.TdClassName
{
border-color: #E0056F;
}
.TagClassName
{
border-color: #E0056F;
}
</style>