Shades of Ruby #EE1864
Tints of Ruby #EE1864
RGB
CMYK
RGB Variations
Color information
#EE1864 (or 0xEE1864) is known color: Ruby. HEX triplet: EE, 18 and 64. RGB value is (238,24,100). Sum of RGB (Red+Green+Blue) = 238+24+100=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1864 is #11E79B. Grayscale: #606060. Windows color (decimal): -1173404 or 6559982. OLE color: 6559982.
HSL color Cylindrical-coordinate representation of color #EE1864: hue angle of 338.69º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1864 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 100 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.07 |
| HSL | 338.69º | 0.86% | 0.51% | - |
| HSV(B) | 338.69º | 0.9% | 0.93% | - |
| XYZ | 37.89 | 19.75 | 13.87 | - |
| YUV | 96.65 | 129.9 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 100 | 0 | 0.90 | 0.58 | 0.07 | 338.69 | 0.86 | 0.51 |
| Hex | EE | 18 | 64 | 0 | 5A | 3A | 7 | 153 | 56 | 33 |
| Octal | 356 | 30 | 144 | 0 | 132 | 72 | 7 | 523 | 126 | 63 |
| Binary | 11101110 | 11000 | 1100100 | 0 | 1011010 | 111010 | 111 | 101010011 | 1010110 | 110011 |
Color Harmonies of #EE1864
Complementary color
Monochromatic Colors of #EE1864
Black with #EE1864
Text Example
Text Example
White with #EE1864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1864; }
p { color: rgb(238,24,100); }
H1.HeaderClassName
{
color: #EE1864;
}
.AnyTagClassName
{
color: #EE1864;
}
</style>
background-color css
<style>
a { background-color: #EE1864; }
a { background-color: rgb(238,24,100); }
div.DivClassName
{
background-color: #EE1864;
}
.BgClassName
{
background-color: #EE1864;
}
</style>
border-color css
<style>
span { border-color: #EE1864; }
span { border-color: rgb(238,24,100); }
td.TdClassName
{
border-color: #EE1864;
}
.TagClassName
{
border-color: #EE1864;
}
</style>