Shades of Ruby #EE146E
Tints of Ruby #EE146E
RGB
CMYK
RGB Variations
Color information
#EE146E (or 0xEE146E) is known color: Ruby. HEX triplet: EE, 14 and 6E. RGB value is (238,20,110). Sum of RGB (Red+Green+Blue) = 238+20+110=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE146E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE146E is #11EB91. Grayscale: #5F5F5F. Windows color (decimal): -1174418 or 7214318. OLE color: 7214318.
HSL color Cylindrical-coordinate representation of color #EE146E: hue angle of 335.23º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE146E is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 110 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.07 |
| HSL | 335.23º | 0.87% | 0.51% | - |
| HSV(B) | 335.23º | 0.92% | 0.93% | - |
| XYZ | 38.32 | 19.8 | 16.55 | - |
| YUV | 95.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 110 | 0 | 0.92 | 0.54 | 0.07 | 335.23 | 0.87 | 0.51 |
| Hex | EE | 14 | 6E | 0 | 5C | 36 | 7 | 14F | 57 | 33 |
| Octal | 356 | 24 | 156 | 0 | 134 | 66 | 7 | 517 | 127 | 63 |
| Binary | 11101110 | 10100 | 1101110 | 0 | 1011100 | 110110 | 111 | 101001111 | 1010111 | 110011 |
Color Harmonies of #EE146E
Complementary color
Monochromatic Colors of #EE146E
Black with #EE146E
Text Example
Text Example
White with #EE146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE146E; }
p { color: rgb(238,20,110); }
H1.HeaderClassName
{
color: #EE146E;
}
.AnyTagClassName
{
color: #EE146E;
}
</style>
background-color css
<style>
a { background-color: #EE146E; }
a { background-color: rgb(238,20,110); }
div.DivClassName
{
background-color: #EE146E;
}
.BgClassName
{
background-color: #EE146E;
}
</style>
border-color css
<style>
span { border-color: #EE146E; }
span { border-color: rgb(238,20,110); }
td.TdClassName
{
border-color: #EE146E;
}
.TagClassName
{
border-color: #EE146E;
}
</style>