Shades of Ruby #E3007B
Tints of Ruby #E3007B
RGB
CMYK
RGB Variations
Color information
#E3007B (or 0xE3007B) is known color: Ruby. HEX triplet: E3, 00 and 7B. RGB value is (227,0,123). Sum of RGB (Red+Green+Blue) = 227+0+123=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E3007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3007B is #1CFF84. Grayscale: #515151. Windows color (decimal): -1900421 or 8061155. OLE color: 8061155.
HSL color Cylindrical-coordinate representation of color #E3007B: hue angle of 327.49º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3007B is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.46 | 0.11 |
| HSL | 327.49º | 1% | 0.45% | - |
| HSV(B) | 327.49º | 1% | 0.89% | - |
| XYZ | 35.25 | 17.76 | 20.31 | - |
| YUV | 81.9 | 151.21 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 123 | 0 | 1 | 0.46 | 0.11 | 327.49 | 1 | 0.45 |
| Hex | E3 | 0 | 7B | 0 | 64 | 2E | B | 147 | 64 | 2D |
| Octal | 343 | 0 | 173 | 0 | 144 | 56 | 13 | 507 | 144 | 55 |
| Binary | 11100011 | 0 | 1111011 | 0 | 1100100 | 101110 | 1011 | 101000111 | 1100100 | 101101 |
Color Harmonies of #E3007B
Complementary color
Monochromatic Colors of #E3007B
Black with #E3007B
Text Example
Text Example
White with #E3007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3007B; }
p { color: rgb(227,0,123); }
H1.HeaderClassName
{
color: #E3007B;
}
.AnyTagClassName
{
color: #E3007B;
}
</style>
background-color css
<style>
a { background-color: #E3007B; }
a { background-color: rgb(227,0,123); }
div.DivClassName
{
background-color: #E3007B;
}
.BgClassName
{
background-color: #E3007B;
}
</style>
border-color css
<style>
span { border-color: #E3007B; }
span { border-color: rgb(227,0,123); }
td.TdClassName
{
border-color: #E3007B;
}
.TagClassName
{
border-color: #E3007B;
}
</style>