Shades of Ruby #EE146F
Tints of Ruby #EE146F
RGB
CMYK
RGB Variations
Color information
#EE146F (or 0xEE146F) is known color: Ruby. HEX triplet: EE, 14 and 6F. RGB value is (238,20,111). Sum of RGB (Red+Green+Blue) = 238+20+111=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 111 (43.75% from 255 or 30.08% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE146F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE146F is #11EB90. Grayscale: #5F5F5F. Windows color (decimal): -1174417 or 7279854. OLE color: 7279854.
HSL color Cylindrical-coordinate representation of color #EE146F: hue angle of 334.95º 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 #EE146F is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 20 | 111 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.07 |
| HSL | 334.95º | 0.87% | 0.51% | - |
| HSV(B) | 334.95º | 0.92% | 0.93% | - |
| XYZ | 38.38 | 19.83 | 16.84 | - |
| YUV | 95.56 | 136.72 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 111 | 0 | 0.92 | 0.53 | 0.07 | 334.95 | 0.87 | 0.51 |
| Hex | EE | 14 | 6F | 0 | 5C | 35 | 7 | 14F | 57 | 33 |
| Octal | 356 | 24 | 157 | 0 | 134 | 65 | 7 | 517 | 127 | 63 |
| Binary | 11101110 | 10100 | 1101111 | 0 | 1011100 | 110101 | 111 | 101001111 | 1010111 | 110011 |
Color Harmonies of #EE146F
Complementary color
Monochromatic Colors of #EE146F
Black with #EE146F
Text Example
Text Example
White with #EE146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE146F; }
p { color: rgb(238,20,111); }
H1.HeaderClassName
{
color: #EE146F;
}
.AnyTagClassName
{
color: #EE146F;
}
</style>
background-color css
<style>
a { background-color: #EE146F; }
a { background-color: rgb(238,20,111); }
div.DivClassName
{
background-color: #EE146F;
}
.BgClassName
{
background-color: #EE146F;
}
</style>
border-color css
<style>
span { border-color: #EE146F; }
span { border-color: rgb(238,20,111); }
td.TdClassName
{
border-color: #EE146F;
}
.TagClassName
{
border-color: #EE146F;
}
</style>