Shades of Ruby #E81A6B
Tints of Ruby #E81A6B
RGB
CMYK
RGB Variations
Color information
#E81A6B (or 0xE81A6B) is known color: Ruby. HEX triplet: E8, 1A and 6B. RGB value is (232,26,107). Sum of RGB (Red+Green+Blue) = 232+26+107=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81A6B is #17E594. Grayscale: #606060. Windows color (decimal): -1566101 or 7019240. OLE color: 7019240.
HSL color Cylindrical-coordinate representation of color #E81A6B: hue angle of 336.41º 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 #E81A6B is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 107 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.09 |
| HSL | 336.41º | 0.82% | 0.51% | - |
| HSV(B) | 336.41º | 0.89% | 0.91% | - |
| XYZ | 36.3 | 18.96 | 15.66 | - |
| YUV | 96.83 | 133.75 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 107 | 0 | 0.89 | 0.54 | 0.09 | 336.41 | 0.82 | 0.51 |
| Hex | E8 | 1A | 6B | 0 | 59 | 36 | 9 | 150 | 52 | 33 |
| Octal | 350 | 32 | 153 | 0 | 131 | 66 | 11 | 520 | 122 | 63 |
| Binary | 11101000 | 11010 | 1101011 | 0 | 1011001 | 110110 | 1001 | 101010000 | 1010010 | 110011 |
Color Harmonies of #E81A6B
Complementary color
Monochromatic Colors of #E81A6B
Black with #E81A6B
Text Example
Text Example
White with #E81A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A6B; }
p { color: rgb(232,26,107); }
H1.HeaderClassName
{
color: #E81A6B;
}
.AnyTagClassName
{
color: #E81A6B;
}
</style>
background-color css
<style>
a { background-color: #E81A6B; }
a { background-color: rgb(232,26,107); }
div.DivClassName
{
background-color: #E81A6B;
}
.BgClassName
{
background-color: #E81A6B;
}
</style>
border-color css
<style>
span { border-color: #E81A6B; }
span { border-color: rgb(232,26,107); }
td.TdClassName
{
border-color: #E81A6B;
}
.TagClassName
{
border-color: #E81A6B;
}
</style>