Shades of Ruby #EE216A
Tints of Ruby #EE216A
RGB
CMYK
RGB Variations
Color information
#EE216A (or 0xEE216A) is known color: Ruby. HEX triplet: EE, 21 and 6A. RGB value is (238,33,106). Sum of RGB (Red+Green+Blue) = 238+33+106=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE216A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE216A is #11DE95. Grayscale: #666666. Windows color (decimal): -1171094 or 6955502. OLE color: 6955502.
HSL color Cylindrical-coordinate representation of color #EE216A: hue angle of 338.63º 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 #EE216A is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 106 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.07 |
| HSL | 338.63º | 0.86% | 0.53% | - |
| HSV(B) | 338.63º | 0.86% | 0.93% | - |
| XYZ | 38.41 | 20.31 | 15.53 | - |
| YUV | 102.62 | 129.92 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 106 | 0 | 0.86 | 0.55 | 0.07 | 338.63 | 0.86 | 0.53 |
| Hex | EE | 21 | 6A | 0 | 56 | 37 | 7 | 153 | 56 | 35 |
| Octal | 356 | 41 | 152 | 0 | 126 | 67 | 7 | 523 | 126 | 65 |
| Binary | 11101110 | 100001 | 1101010 | 0 | 1010110 | 110111 | 111 | 101010011 | 1010110 | 110101 |
Color Harmonies of #EE216A
Complementary color
Monochromatic Colors of #EE216A
Black with #EE216A
Text Example
Text Example
White with #EE216A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE216A; }
p { color: rgb(238,33,106); }
H1.HeaderClassName
{
color: #EE216A;
}
.AnyTagClassName
{
color: #EE216A;
}
</style>
background-color css
<style>
a { background-color: #EE216A; }
a { background-color: rgb(238,33,106); }
div.DivClassName
{
background-color: #EE216A;
}
.BgClassName
{
background-color: #EE216A;
}
</style>
border-color css
<style>
span { border-color: #EE216A; }
span { border-color: rgb(238,33,106); }
td.TdClassName
{
border-color: #EE216A;
}
.TagClassName
{
border-color: #EE216A;
}
</style>