Shades of Ruby #E6037B
Tints of Ruby #E6037B
RGB
CMYK
RGB Variations
Color information
#E6037B (or 0xE6037B) is known color: Ruby. HEX triplet: E6, 03 and 7B. RGB value is (230,3,123). Sum of RGB (Red+Green+Blue) = 230+3+123=356 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.61% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 230 - color contains mainly: red. Hex color #E6037B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6037B is #19FC84. Grayscale: #545454. Windows color (decimal): -1703045 or 8061926. OLE color: 8061926.
HSL color Cylindrical-coordinate representation of color #E6037B: hue angle of 328.28º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6037B is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 123 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.10 |
| HSL | 328.28º | 0.97% | 0.46% | - |
| HSV(B) | 328.28º | 0.99% | 0.9% | - |
| XYZ | 36.24 | 18.32 | 20.36 | - |
| YUV | 84.55 | 149.71 | 231.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 123 | 0 | 0.99 | 0.47 | 0.10 | 328.28 | 0.97 | 0.46 |
| Hex | E6 | 3 | 7B | 0 | 63 | 2F | A | 148 | 61 | 2E |
| Octal | 346 | 3 | 173 | 0 | 143 | 57 | 12 | 510 | 141 | 56 |
| Binary | 11100110 | 11 | 1111011 | 0 | 1100011 | 101111 | 1010 | 101001000 | 1100001 | 101110 |
Color Harmonies of #E6037B
Complementary color
Monochromatic Colors of #E6037B
Black with #E6037B
Text Example
Text Example
White with #E6037B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6037B; }
p { color: rgb(230,3,123); }
H1.HeaderClassName
{
color: #E6037B;
}
.AnyTagClassName
{
color: #E6037B;
}
</style>
background-color css
<style>
a { background-color: #E6037B; }
a { background-color: rgb(230,3,123); }
div.DivClassName
{
background-color: #E6037B;
}
.BgClassName
{
background-color: #E6037B;
}
</style>
border-color css
<style>
span { border-color: #E6037B; }
span { border-color: rgb(230,3,123); }
td.TdClassName
{
border-color: #E6037B;
}
.TagClassName
{
border-color: #E6037B;
}
</style>