Shades of Ruby #EE1F77
Tints of Ruby #EE1F77
RGB
CMYK
RGB Variations
Color information
#EE1F77 (or 0xEE1F77) is known color: Ruby. HEX triplet: EE, 1F and 77. RGB value is (238,31,119). Sum of RGB (Red+Green+Blue) = 238+31+119=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE1F77 is #11E088. Grayscale: #666666. Windows color (decimal): -1171593 or 7806958. OLE color: 7806958.
HSL color Cylindrical-coordinate representation of color #EE1F77: hue angle of 334.49º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1F77 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 119 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.07 |
| HSL | 334.49º | 0.86% | 0.53% | - |
| HSV(B) | 334.49º | 0.87% | 0.93% | - |
| XYZ | 39.08 | 20.49 | 19.35 | - |
| YUV | 102.93 | 137.08 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 119 | 0 | 0.87 | 0.50 | 0.07 | 334.49 | 0.86 | 0.53 |
| Hex | EE | 1F | 77 | 0 | 57 | 32 | 7 | 14E | 56 | 35 |
| Octal | 356 | 37 | 167 | 0 | 127 | 62 | 7 | 516 | 126 | 65 |
| Binary | 11101110 | 11111 | 1110111 | 0 | 1010111 | 110010 | 111 | 101001110 | 1010110 | 110101 |
Color Harmonies of #EE1F77
Complementary color
Monochromatic Colors of #EE1F77
Black with #EE1F77
Text Example
Text Example
White with #EE1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1F77; }
p { color: rgb(238,31,119); }
H1.HeaderClassName
{
color: #EE1F77;
}
.AnyTagClassName
{
color: #EE1F77;
}
</style>
background-color css
<style>
a { background-color: #EE1F77; }
a { background-color: rgb(238,31,119); }
div.DivClassName
{
background-color: #EE1F77;
}
.BgClassName
{
background-color: #EE1F77;
}
</style>
border-color css
<style>
span { border-color: #EE1F77; }
span { border-color: rgb(238,31,119); }
td.TdClassName
{
border-color: #EE1F77;
}
.TagClassName
{
border-color: #EE1F77;
}
</style>