Shades of Ruby #E81A67
Tints of Ruby #E81A67
RGB
CMYK
RGB Variations
Color information
#E81A67 (or 0xE81A67) is known color: Ruby. HEX triplet: E8, 1A and 67. RGB value is (232,26,103). Sum of RGB (Red+Green+Blue) = 232+26+103=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A67 is #17E598. Grayscale: #606060. Windows color (decimal): -1566105 or 6757096. OLE color: 6757096.
HSL color Cylindrical-coordinate representation of color #E81A67: hue angle of 337.57º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A67 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 103 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.09 |
| HSL | 337.57º | 0.82% | 0.51% | - |
| HSV(B) | 337.57º | 0.89% | 0.91% | - |
| XYZ | 36.1 | 18.87 | 14.57 | - |
| YUV | 96.37 | 131.75 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 103 | 0 | 0.89 | 0.56 | 0.09 | 337.57 | 0.82 | 0.51 |
| Hex | E8 | 1A | 67 | 0 | 59 | 38 | 9 | 152 | 52 | 33 |
| Octal | 350 | 32 | 147 | 0 | 131 | 70 | 11 | 522 | 122 | 63 |
| Binary | 11101000 | 11010 | 1100111 | 0 | 1011001 | 111000 | 1001 | 101010010 | 1010010 | 110011 |
Color Harmonies of #E81A67
Complementary color
Monochromatic Colors of #E81A67
Black with #E81A67
Text Example
Text Example
White with #E81A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A67; }
p { color: rgb(232,26,103); }
H1.HeaderClassName
{
color: #E81A67;
}
.AnyTagClassName
{
color: #E81A67;
}
</style>
background-color css
<style>
a { background-color: #E81A67; }
a { background-color: rgb(232,26,103); }
div.DivClassName
{
background-color: #E81A67;
}
.BgClassName
{
background-color: #E81A67;
}
</style>
border-color css
<style>
span { border-color: #E81A67; }
span { border-color: rgb(232,26,103); }
td.TdClassName
{
border-color: #E81A67;
}
.TagClassName
{
border-color: #E81A67;
}
</style>