Shades of Ruby #E3017B
Tints of Ruby #E3017B
RGB
CMYK
RGB Variations
Color information
#E3017B (or 0xE3017B) is known color: Ruby. HEX triplet: E3, 01 and 7B. RGB value is (227,1,123). Sum of RGB (Red+Green+Blue) = 227+1+123=351 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.67% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 227 - color contains mainly: red. Hex color #E3017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3017B is #1CFE84. Grayscale: #525252. Windows color (decimal): -1900165 or 8061411. OLE color: 8061411.
HSL color Cylindrical-coordinate representation of color #E3017B: hue angle of 327.61º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3017B is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.46 | 0.11 |
| HSL | 327.61º | 0.99% | 0.45% | - |
| HSV(B) | 327.61º | 1% | 0.89% | - |
| XYZ | 35.26 | 17.78 | 20.31 | - |
| YUV | 82.48 | 150.87 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 123 | 0 | 1.00 | 0.46 | 0.11 | 327.61 | 0.99 | 0.45 |
| Hex | E3 | 1 | 7B | 0 | 64 | 2E | B | 148 | 63 | 2D |
| Octal | 343 | 1 | 173 | 0 | 144 | 56 | 13 | 510 | 143 | 55 |
| Binary | 11100011 | 1 | 1111011 | 0 | 1100100 | 101110 | 1011 | 101001000 | 1100011 | 101101 |
Color Harmonies of #E3017B
Complementary color
Monochromatic Colors of #E3017B
Black with #E3017B
Text Example
Text Example
White with #E3017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3017B; }
p { color: rgb(227,1,123); }
H1.HeaderClassName
{
color: #E3017B;
}
.AnyTagClassName
{
color: #E3017B;
}
</style>
background-color css
<style>
a { background-color: #E3017B; }
a { background-color: rgb(227,1,123); }
div.DivClassName
{
background-color: #E3017B;
}
.BgClassName
{
background-color: #E3017B;
}
</style>
border-color css
<style>
span { border-color: #E3017B; }
span { border-color: rgb(227,1,123); }
td.TdClassName
{
border-color: #E3017B;
}
.TagClassName
{
border-color: #E3017B;
}
</style>