Shades of Ruby #E72067
Tints of Ruby #E72067
RGB
CMYK
RGB Variations
Color information
#E72067 (or 0xE72067) is known color: Ruby. HEX triplet: E7, 20 and 67. RGB value is (231,32,103). Sum of RGB (Red+Green+Blue) = 231+32+103=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E72067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E72067 is #18DF98. Grayscale: #636363. Windows color (decimal): -1630105 or 6758631. OLE color: 6758631.
HSL color Cylindrical-coordinate representation of color #E72067: hue angle of 338.59º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E72067 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 103 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.09 |
| HSL | 338.59º | 0.81% | 0.52% | - |
| HSV(B) | 338.59º | 0.86% | 0.91% | - |
| XYZ | 35.92 | 19 | 14.61 | - |
| YUV | 99.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 103 | 0 | 0.86 | 0.55 | 0.09 | 338.59 | 0.81 | 0.52 |
| Hex | E7 | 20 | 67 | 0 | 56 | 37 | 9 | 153 | 51 | 34 |
| Octal | 347 | 40 | 147 | 0 | 126 | 67 | 11 | 523 | 121 | 64 |
| Binary | 11100111 | 100000 | 1100111 | 0 | 1010110 | 110111 | 1001 | 101010011 | 1010001 | 110100 |
Color Harmonies of #E72067
Complementary color
Monochromatic Colors of #E72067
Black with #E72067
Text Example
Text Example
White with #E72067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72067; }
p { color: rgb(231,32,103); }
H1.HeaderClassName
{
color: #E72067;
}
.AnyTagClassName
{
color: #E72067;
}
</style>
background-color css
<style>
a { background-color: #E72067; }
a { background-color: rgb(231,32,103); }
div.DivClassName
{
background-color: #E72067;
}
.BgClassName
{
background-color: #E72067;
}
</style>
border-color css
<style>
span { border-color: #E72067; }
span { border-color: rgb(231,32,103); }
td.TdClassName
{
border-color: #E72067;
}
.TagClassName
{
border-color: #E72067;
}
</style>