Shades of Ruby #EE216C
Tints of Ruby #EE216C
RGB
CMYK
RGB Variations
Color information
#EE216C (or 0xEE216C) is known color: Ruby. HEX triplet: EE, 21 and 6C. RGB value is (238,33,108). Sum of RGB (Red+Green+Blue) = 238+33+108=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE216C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE216C is #11DE93. Grayscale: #666666. Windows color (decimal): -1171092 or 7086574. OLE color: 7086574.
HSL color Cylindrical-coordinate representation of color #EE216C: hue angle of 338.05º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE216C is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 108 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 338.05º | 0.86% | 0.53% | - |
| HSV(B) | 338.05º | 0.86% | 0.93% | - |
| XYZ | 38.51 | 20.35 | 16.09 | - |
| YUV | 102.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 108 | 0 | 0.86 | 0.55 | 0.07 | 338.05 | 0.86 | 0.53 |
| Hex | EE | 21 | 6C | 0 | 56 | 37 | 7 | 152 | 56 | 35 |
| Octal | 356 | 41 | 154 | 0 | 126 | 67 | 7 | 522 | 126 | 65 |
| Binary | 11101110 | 100001 | 1101100 | 0 | 1010110 | 110111 | 111 | 101010010 | 1010110 | 110101 |
Color Harmonies of #EE216C
Complementary color
Monochromatic Colors of #EE216C
Black with #EE216C
Text Example
Text Example
White with #EE216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE216C; }
p { color: rgb(238,33,108); }
H1.HeaderClassName
{
color: #EE216C;
}
.AnyTagClassName
{
color: #EE216C;
}
</style>
background-color css
<style>
a { background-color: #EE216C; }
a { background-color: rgb(238,33,108); }
div.DivClassName
{
background-color: #EE216C;
}
.BgClassName
{
background-color: #EE216C;
}
</style>
border-color css
<style>
span { border-color: #EE216C; }
span { border-color: rgb(238,33,108); }
td.TdClassName
{
border-color: #EE216C;
}
.TagClassName
{
border-color: #EE216C;
}
</style>