Shades of Ruby #EE155D
Tints of Ruby #EE155D
RGB
CMYK
RGB Variations
Color information
#EE155D (or 0xEE155D) is known color: Ruby. HEX triplet: EE, 15 and 5D. RGB value is (238,21,93). Sum of RGB (Red+Green+Blue) = 238+21+93=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE155D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE155D is #11EAA2. Grayscale: #5E5E5E. Windows color (decimal): -1174179 or 6100462. OLE color: 6100462.
HSL color Cylindrical-coordinate representation of color #EE155D: hue angle of 340.09º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE155D is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 93 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.07 |
| HSL | 340.09º | 0.86% | 0.51% | - |
| HSV(B) | 340.09º | 0.91% | 0.93% | - |
| XYZ | 37.5 | 19.5 | 12.14 | - |
| YUV | 94.09 | 127.39 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 93 | 0 | 0.91 | 0.61 | 0.07 | 340.09 | 0.86 | 0.51 |
| Hex | EE | 15 | 5D | 0 | 5B | 3D | 7 | 154 | 56 | 33 |
| Octal | 356 | 25 | 135 | 0 | 133 | 75 | 7 | 524 | 126 | 63 |
| Binary | 11101110 | 10101 | 1011101 | 0 | 1011011 | 111101 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #EE155D
Complementary color
Monochromatic Colors of #EE155D
Black with #EE155D
Text Example
Text Example
White with #EE155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE155D; }
p { color: rgb(238,21,93); }
H1.HeaderClassName
{
color: #EE155D;
}
.AnyTagClassName
{
color: #EE155D;
}
</style>
background-color css
<style>
a { background-color: #EE155D; }
a { background-color: rgb(238,21,93); }
div.DivClassName
{
background-color: #EE155D;
}
.BgClassName
{
background-color: #EE155D;
}
</style>
border-color css
<style>
span { border-color: #EE155D; }
span { border-color: rgb(238,21,93); }
td.TdClassName
{
border-color: #EE155D;
}
.TagClassName
{
border-color: #EE155D;
}
</style>