Shades of Ruby #E60F7B
Tints of Ruby #E60F7B
RGB
CMYK
RGB Variations
Color information
#E60F7B (or 0xE60F7B) is known color: Ruby. HEX triplet: E6, 0F and 7B. RGB value is (230,15,123). Sum of RGB (Red+Green+Blue) = 230+15+123=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F7B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60F7B is #19F084. Grayscale: #5B5B5B. Windows color (decimal): -1699973 or 8064998. OLE color: 8064998.
HSL color Cylindrical-coordinate representation of color #E60F7B: hue angle of 329.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F7B is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 123 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.10 |
| HSL | 329.86º | 0.88% | 0.48% | - |
| HSV(B) | 329.86º | 0.93% | 0.9% | - |
| XYZ | 36.38 | 18.59 | 20.41 | - |
| YUV | 91.6 | 145.73 | 226.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 123 | 0 | 0.93 | 0.47 | 0.10 | 329.86 | 0.88 | 0.48 |
| Hex | E6 | F | 7B | 0 | 5D | 2F | A | 14A | 58 | 30 |
| Octal | 346 | 17 | 173 | 0 | 135 | 57 | 12 | 512 | 130 | 60 |
| Binary | 11100110 | 1111 | 1111011 | 0 | 1011101 | 101111 | 1010 | 101001010 | 1011000 | 110000 |
Color Harmonies of #E60F7B
Complementary color
Monochromatic Colors of #E60F7B
Black with #E60F7B
Text Example
Text Example
White with #E60F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F7B; }
p { color: rgb(230,15,123); }
H1.HeaderClassName
{
color: #E60F7B;
}
.AnyTagClassName
{
color: #E60F7B;
}
</style>
background-color css
<style>
a { background-color: #E60F7B; }
a { background-color: rgb(230,15,123); }
div.DivClassName
{
background-color: #E60F7B;
}
.BgClassName
{
background-color: #E60F7B;
}
</style>
border-color css
<style>
span { border-color: #E60F7B; }
span { border-color: rgb(230,15,123); }
td.TdClassName
{
border-color: #E60F7B;
}
.TagClassName
{
border-color: #E60F7B;
}
</style>