Shades of Ruby #EA216E
Tints of Ruby #EA216E
RGB
CMYK
RGB Variations
Color information
#EA216E (or 0xEA216E) is known color: Ruby. HEX triplet: EA, 21 and 6E. RGB value is (234,33,110). Sum of RGB (Red+Green+Blue) = 234+33+110=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA216E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA216E is #15DE91. Grayscale: #656565. Windows color (decimal): -1433234 or 7217642. OLE color: 7217642.
HSL color Cylindrical-coordinate representation of color #EA216E: hue angle of 337.01º 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 #EA216E is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 33 | 110 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.08 |
| HSL | 337.01º | 0.83% | 0.52% | - |
| HSV(B) | 337.01º | 0.86% | 0.92% | - |
| XYZ | 37.29 | 19.71 | 16.59 | - |
| YUV | 101.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 110 | 0 | 0.86 | 0.53 | 0.08 | 337.01 | 0.83 | 0.52 |
| Hex | EA | 21 | 6E | 0 | 56 | 35 | 8 | 151 | 53 | 34 |
| Octal | 352 | 41 | 156 | 0 | 126 | 65 | 10 | 521 | 123 | 64 |
| Binary | 11101010 | 100001 | 1101110 | 0 | 1010110 | 110101 | 1000 | 101010001 | 1010011 | 110100 |
Color Harmonies of #EA216E
Complementary color
Monochromatic Colors of #EA216E
Black with #EA216E
Text Example
Text Example
White with #EA216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA216E; }
p { color: rgb(234,33,110); }
H1.HeaderClassName
{
color: #EA216E;
}
.AnyTagClassName
{
color: #EA216E;
}
</style>
background-color css
<style>
a { background-color: #EA216E; }
a { background-color: rgb(234,33,110); }
div.DivClassName
{
background-color: #EA216E;
}
.BgClassName
{
background-color: #EA216E;
}
</style>
border-color css
<style>
span { border-color: #EA216E; }
span { border-color: rgb(234,33,110); }
td.TdClassName
{
border-color: #EA216E;
}
.TagClassName
{
border-color: #EA216E;
}
</style>