Shades of Ruby #E00F62
Tints of Ruby #E00F62
RGB
CMYK
RGB Variations
Color information
#E00F62 (or 0xE00F62) is known color: Ruby. HEX triplet: E0, 0F and 62. RGB value is (224,15,98). Sum of RGB (Red+Green+Blue) = 224+15+98=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F62 is #1FF09D. Grayscale: #565656. Windows color (decimal): -2093214 or 6426592. OLE color: 6426592.
HSL color Cylindrical-coordinate representation of color #E00F62: hue angle of 336.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E00F62 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 98 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.12 |
| HSL | 336.17º | 0.87% | 0.47% | - |
| HSV(B) | 336.17º | 0.93% | 0.88% | - |
| XYZ | 33.12 | 17.07 | 13.1 | - |
| YUV | 86.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 98 | 0 | 0.93 | 0.56 | 0.12 | 336.17 | 0.87 | 0.47 |
| Hex | E0 | F | 62 | 0 | 5D | 38 | C | 150 | 57 | 2F |
| Octal | 340 | 17 | 142 | 0 | 135 | 70 | 14 | 520 | 127 | 57 |
| Binary | 11100000 | 1111 | 1100010 | 0 | 1011101 | 111000 | 1100 | 101010000 | 1010111 | 101111 |
Color Harmonies of #E00F62
Complementary color
Monochromatic Colors of #E00F62
Black with #E00F62
Text Example
Text Example
White with #E00F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F62; }
p { color: rgb(224,15,98); }
H1.HeaderClassName
{
color: #E00F62;
}
.AnyTagClassName
{
color: #E00F62;
}
</style>
background-color css
<style>
a { background-color: #E00F62; }
a { background-color: rgb(224,15,98); }
div.DivClassName
{
background-color: #E00F62;
}
.BgClassName
{
background-color: #E00F62;
}
</style>
border-color css
<style>
span { border-color: #E00F62; }
span { border-color: rgb(224,15,98); }
td.TdClassName
{
border-color: #E00F62;
}
.TagClassName
{
border-color: #E00F62;
}
</style>