Shades of Ruby #E6205D
Tints of Ruby #E6205D
RGB
CMYK
RGB Variations
Color information
#E6205D (or 0xE6205D) is known color: Ruby. HEX triplet: E6, 20 and 5D. RGB value is (230,32,93). Sum of RGB (Red+Green+Blue) = 230+32+93=355 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.79% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 230 - color contains mainly: red. Hex color #E6205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6205D is #19DFA2. Grayscale: #626262. Windows color (decimal): -1695651 or 6103270. OLE color: 6103270.
HSL color Cylindrical-coordinate representation of color #E6205D: hue angle of 341.52º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6205D is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 32 | 93 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.10 |
| HSL | 341.52º | 0.8% | 0.51% | - |
| HSV(B) | 341.52º | 0.86% | 0.9% | - |
| XYZ | 35.13 | 18.65 | 12.1 | - |
| YUV | 98.16 | 125.1 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 32 | 93 | 0 | 0.86 | 0.60 | 0.10 | 341.52 | 0.8 | 0.51 |
| Hex | E6 | 20 | 5D | 0 | 56 | 3C | A | 156 | 50 | 33 |
| Octal | 346 | 40 | 135 | 0 | 126 | 74 | 12 | 526 | 120 | 63 |
| Binary | 11100110 | 100000 | 1011101 | 0 | 1010110 | 111100 | 1010 | 101010110 | 1010000 | 110011 |
Color Harmonies of #E6205D
Complementary color
Monochromatic Colors of #E6205D
Black with #E6205D
Text Example
Text Example
White with #E6205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6205D; }
p { color: rgb(230,32,93); }
H1.HeaderClassName
{
color: #E6205D;
}
.AnyTagClassName
{
color: #E6205D;
}
</style>
background-color css
<style>
a { background-color: #E6205D; }
a { background-color: rgb(230,32,93); }
div.DivClassName
{
background-color: #E6205D;
}
.BgClassName
{
background-color: #E6205D;
}
</style>
border-color css
<style>
span { border-color: #E6205D; }
span { border-color: rgb(230,32,93); }
td.TdClassName
{
border-color: #E6205D;
}
.TagClassName
{
border-color: #E6205D;
}
</style>