Shades of Ruby #EA216D
Tints of Ruby #EA216D
RGB
CMYK
RGB Variations
Color information
#EA216D (or 0xEA216D) is known color: Ruby. HEX triplet: EA, 21 and 6D. RGB value is (234,33,109). Sum of RGB (Red+Green+Blue) = 234+33+109=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 33 (13.28% from 255 or 8.78% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA216D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA216D is #15DE92. Grayscale: #656565. Windows color (decimal): -1433235 or 7152106. OLE color: 7152106.
HSL color Cylindrical-coordinate representation of color #EA216D: hue angle of 337.31º 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 #EA216D is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 109 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.08 |
| HSL | 337.31º | 0.83% | 0.52% | - |
| HSV(B) | 337.31º | 0.86% | 0.92% | - |
| XYZ | 37.24 | 19.68 | 16.3 | - |
| YUV | 101.76 | 132.09 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 109 | 0 | 0.86 | 0.53 | 0.08 | 337.31 | 0.83 | 0.52 |
| Hex | EA | 21 | 6D | 0 | 56 | 35 | 8 | 151 | 53 | 34 |
| Octal | 352 | 41 | 155 | 0 | 126 | 65 | 10 | 521 | 123 | 64 |
| Binary | 11101010 | 100001 | 1101101 | 0 | 1010110 | 110101 | 1000 | 101010001 | 1010011 | 110100 |
Color Harmonies of #EA216D
Complementary color
Monochromatic Colors of #EA216D
Black with #EA216D
Text Example
Text Example
White with #EA216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA216D; }
p { color: rgb(234,33,109); }
H1.HeaderClassName
{
color: #EA216D;
}
.AnyTagClassName
{
color: #EA216D;
}
</style>
background-color css
<style>
a { background-color: #EA216D; }
a { background-color: rgb(234,33,109); }
div.DivClassName
{
background-color: #EA216D;
}
.BgClassName
{
background-color: #EA216D;
}
</style>
border-color css
<style>
span { border-color: #EA216D; }
span { border-color: rgb(234,33,109); }
td.TdClassName
{
border-color: #EA216D;
}
.TagClassName
{
border-color: #EA216D;
}
</style>