Shades of Ruby #E00F69
Tints of Ruby #E00F69
RGB
CMYK
RGB Variations
Color information
#E00F69 (or 0xE00F69) is known color: Ruby. HEX triplet: E0, 0F and 69. RGB value is (224,15,105). Sum of RGB (Red+Green+Blue) = 224+15+105=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E00F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00F69 is #1FF096. Grayscale: #575757. Windows color (decimal): -2093207 or 6885344. OLE color: 6885344.
HSL color Cylindrical-coordinate representation of color #E00F69: hue angle of 334.16º 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 #E00F69 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 15 | 105 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.12 |
| HSL | 334.16º | 0.87% | 0.47% | - |
| HSV(B) | 334.16º | 0.93% | 0.88% | - |
| XYZ | 33.46 | 17.21 | 14.92 | - |
| YUV | 87.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 15 | 105 | 0 | 0.93 | 0.53 | 0.12 | 334.16 | 0.87 | 0.47 |
| Hex | E0 | F | 69 | 0 | 5D | 35 | C | 14E | 57 | 2F |
| Octal | 340 | 17 | 151 | 0 | 135 | 65 | 14 | 516 | 127 | 57 |
| Binary | 11100000 | 1111 | 1101001 | 0 | 1011101 | 110101 | 1100 | 101001110 | 1010111 | 101111 |
Color Harmonies of #E00F69
Complementary color
Monochromatic Colors of #E00F69
Black with #E00F69
Text Example
Text Example
White with #E00F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00F69; }
p { color: rgb(224,15,105); }
H1.HeaderClassName
{
color: #E00F69;
}
.AnyTagClassName
{
color: #E00F69;
}
</style>
background-color css
<style>
a { background-color: #E00F69; }
a { background-color: rgb(224,15,105); }
div.DivClassName
{
background-color: #E00F69;
}
.BgClassName
{
background-color: #E00F69;
}
</style>
border-color css
<style>
span { border-color: #E00F69; }
span { border-color: rgb(224,15,105); }
td.TdClassName
{
border-color: #E00F69;
}
.TagClassName
{
border-color: #E00F69;
}
</style>