Shades of Ruby #EE185F
Tints of Ruby #EE185F
RGB
CMYK
RGB Variations
Color information
#EE185F (or 0xEE185F) is known color: Ruby. HEX triplet: EE, 18 and 5F. RGB value is (238,24,95). Sum of RGB (Red+Green+Blue) = 238+24+95=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE185F is #11E7A0. Grayscale: #606060. Windows color (decimal): -1173409 or 6232302. OLE color: 6232302.
HSL color Cylindrical-coordinate representation of color #EE185F: 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.9%. Process color model (Four color, CMYK) of #EE185F is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 95 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.07 |
| HSL | 340.09º | 0.86% | 0.51% | - |
| HSV(B) | 340.09º | 0.9% | 0.93% | - |
| XYZ | 37.65 | 19.66 | 12.64 | - |
| YUV | 96.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 95 | 0 | 0.90 | 0.60 | 0.07 | 340.09 | 0.86 | 0.51 |
| Hex | EE | 18 | 5F | 0 | 5A | 3C | 7 | 154 | 56 | 33 |
| Octal | 356 | 30 | 137 | 0 | 132 | 74 | 7 | 524 | 126 | 63 |
| Binary | 11101110 | 11000 | 1011111 | 0 | 1011010 | 111100 | 111 | 101010100 | 1010110 | 110011 |
Color Harmonies of #EE185F
Complementary color
Monochromatic Colors of #EE185F
Black with #EE185F
Text Example
Text Example
White with #EE185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE185F; }
p { color: rgb(238,24,95); }
H1.HeaderClassName
{
color: #EE185F;
}
.AnyTagClassName
{
color: #EE185F;
}
</style>
background-color css
<style>
a { background-color: #EE185F; }
a { background-color: rgb(238,24,95); }
div.DivClassName
{
background-color: #EE185F;
}
.BgClassName
{
background-color: #EE185F;
}
</style>
border-color css
<style>
span { border-color: #EE185F; }
span { border-color: rgb(238,24,95); }
td.TdClassName
{
border-color: #EE185F;
}
.TagClassName
{
border-color: #EE185F;
}
</style>