Shades of Ruby #EE1369
Tints of Ruby #EE1369
RGB
CMYK
RGB Variations
Color information
#EE1369 (or 0xEE1369) is known color: Ruby. HEX triplet: EE, 13 and 69. RGB value is (238,19,105). Sum of RGB (Red+Green+Blue) = 238+19+105=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 19 (7.81% from 255 or 5.25% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1369 is #11EC96. Grayscale: #5E5E5E. Windows color (decimal): -1174679 or 6886382. OLE color: 6886382.
HSL color Cylindrical-coordinate representation of color #EE1369: hue angle of 336.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1369 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 19 | 105 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.07 |
| HSL | 336.44º | 0.87% | 0.5% | - |
| HSV(B) | 336.44º | 0.92% | 0.93% | - |
| XYZ | 38.04 | 19.66 | 15.15 | - |
| YUV | 94.29 | 134.05 | 230.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 19 | 105 | 0 | 0.92 | 0.56 | 0.07 | 336.44 | 0.87 | 0.5 |
| Hex | EE | 13 | 69 | 0 | 5C | 38 | 7 | 150 | 57 | 32 |
| Octal | 356 | 23 | 151 | 0 | 134 | 70 | 7 | 520 | 127 | 62 |
| Binary | 11101110 | 10011 | 1101001 | 0 | 1011100 | 111000 | 111 | 101010000 | 1010111 | 110010 |
Color Harmonies of #EE1369
Complementary color
Monochromatic Colors of #EE1369
Black with #EE1369
Text Example
Text Example
White with #EE1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1369; }
p { color: rgb(238,19,105); }
H1.HeaderClassName
{
color: #EE1369;
}
.AnyTagClassName
{
color: #EE1369;
}
</style>
background-color css
<style>
a { background-color: #EE1369; }
a { background-color: rgb(238,19,105); }
div.DivClassName
{
background-color: #EE1369;
}
.BgClassName
{
background-color: #EE1369;
}
</style>
border-color css
<style>
span { border-color: #EE1369; }
span { border-color: rgb(238,19,105); }
td.TdClassName
{
border-color: #EE1369;
}
.TagClassName
{
border-color: #EE1369;
}
</style>