Shades of Ruby #EE1969
Tints of Ruby #EE1969
RGB
CMYK
RGB Variations
Color information
#EE1969 (or 0xEE1969) is known color: Ruby. HEX triplet: EE, 19 and 69. RGB value is (238,25,105). Sum of RGB (Red+Green+Blue) = 238+25+105=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1969 is #11E696. Grayscale: #616161. Windows color (decimal): -1173143 or 6887918. OLE color: 6887918.
HSL color Cylindrical-coordinate representation of color #EE1969: hue angle of 337.46º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1969 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 105 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.07 |
| HSL | 337.46º | 0.86% | 0.52% | - |
| HSV(B) | 337.46º | 0.89% | 0.93% | - |
| XYZ | 38.16 | 19.89 | 15.19 | - |
| YUV | 97.81 | 132.07 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 105 | 0 | 0.89 | 0.56 | 0.07 | 337.46 | 0.86 | 0.52 |
| Hex | EE | 19 | 69 | 0 | 59 | 38 | 7 | 151 | 56 | 34 |
| Octal | 356 | 31 | 151 | 0 | 131 | 70 | 7 | 521 | 126 | 64 |
| Binary | 11101110 | 11001 | 1101001 | 0 | 1011001 | 111000 | 111 | 101010001 | 1010110 | 110100 |
Color Harmonies of #EE1969
Complementary color
Monochromatic Colors of #EE1969
Black with #EE1969
Text Example
Text Example
White with #EE1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1969; }
p { color: rgb(238,25,105); }
H1.HeaderClassName
{
color: #EE1969;
}
.AnyTagClassName
{
color: #EE1969;
}
</style>
background-color css
<style>
a { background-color: #EE1969; }
a { background-color: rgb(238,25,105); }
div.DivClassName
{
background-color: #EE1969;
}
.BgClassName
{
background-color: #EE1969;
}
</style>
border-color css
<style>
span { border-color: #EE1969; }
span { border-color: rgb(238,25,105); }
td.TdClassName
{
border-color: #EE1969;
}
.TagClassName
{
border-color: #EE1969;
}
</style>