Shades of Ruby #EA205D
Tints of Ruby #EA205D
RGB
CMYK
RGB Variations
Color information
#EA205D (or 0xEA205D) is known color: Ruby. HEX triplet: EA, 20 and 5D. RGB value is (234,32,93). Sum of RGB (Red+Green+Blue) = 234+32+93=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA205D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA205D is #15DFA2. Grayscale: #636363. Windows color (decimal): -1433507 or 6103274. OLE color: 6103274.
HSL color Cylindrical-coordinate representation of color #EA205D: hue angle of 341.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA205D is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 93 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.08 |
| HSL | 341.88º | 0.83% | 0.52% | - |
| HSV(B) | 341.88º | 0.86% | 0.92% | - |
| XYZ | 36.42 | 19.32 | 12.16 | - |
| YUV | 99.35 | 124.42 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 93 | 0 | 0.86 | 0.60 | 0.08 | 341.88 | 0.83 | 0.52 |
| Hex | EA | 20 | 5D | 0 | 56 | 3C | 8 | 156 | 53 | 34 |
| Octal | 352 | 40 | 135 | 0 | 126 | 74 | 10 | 526 | 123 | 64 |
| Binary | 11101010 | 100000 | 1011101 | 0 | 1010110 | 111100 | 1000 | 101010110 | 1010011 | 110100 |
Color Harmonies of #EA205D
Complementary color
Monochromatic Colors of #EA205D
Black with #EA205D
Text Example
Text Example
White with #EA205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA205D; }
p { color: rgb(234,32,93); }
H1.HeaderClassName
{
color: #EA205D;
}
.AnyTagClassName
{
color: #EA205D;
}
</style>
background-color css
<style>
a { background-color: #EA205D; }
a { background-color: rgb(234,32,93); }
div.DivClassName
{
background-color: #EA205D;
}
.BgClassName
{
background-color: #EA205D;
}
</style>
border-color css
<style>
span { border-color: #EA205D; }
span { border-color: rgb(234,32,93); }
td.TdClassName
{
border-color: #EA205D;
}
.TagClassName
{
border-color: #EA205D;
}
</style>