Shades of Ruby #EE1872
Tints of Ruby #EE1872
RGB
CMYK
RGB Variations
Color information
#EE1872 (or 0xEE1872) is known color: Ruby. HEX triplet: EE, 18 and 72. RGB value is (238,24,114). Sum of RGB (Red+Green+Blue) = 238+24+114=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1872 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1872 is #11E78D. Grayscale: #626262. Windows color (decimal): -1173390 or 7477486. OLE color: 7477486.
HSL color Cylindrical-coordinate representation of color #EE1872: hue angle of 334.77º 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 #EE1872 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 114 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.07 |
| HSL | 334.77º | 0.86% | 0.51% | - |
| HSV(B) | 334.77º | 0.9% | 0.93% | - |
| XYZ | 38.62 | 20.05 | 17.75 | - |
| YUV | 98.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 114 | 0 | 0.90 | 0.52 | 0.07 | 334.77 | 0.86 | 0.51 |
| Hex | EE | 18 | 72 | 0 | 5A | 34 | 7 | 14F | 56 | 33 |
| Octal | 356 | 30 | 162 | 0 | 132 | 64 | 7 | 517 | 126 | 63 |
| Binary | 11101110 | 11000 | 1110010 | 0 | 1011010 | 110100 | 111 | 101001111 | 1010110 | 110011 |
Color Harmonies of #EE1872
Complementary color
Monochromatic Colors of #EE1872
Black with #EE1872
Text Example
Text Example
White with #EE1872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1872; }
p { color: rgb(238,24,114); }
H1.HeaderClassName
{
color: #EE1872;
}
.AnyTagClassName
{
color: #EE1872;
}
</style>
background-color css
<style>
a { background-color: #EE1872; }
a { background-color: rgb(238,24,114); }
div.DivClassName
{
background-color: #EE1872;
}
.BgClassName
{
background-color: #EE1872;
}
</style>
border-color css
<style>
span { border-color: #EE1872; }
span { border-color: rgb(238,24,114); }
td.TdClassName
{
border-color: #EE1872;
}
.TagClassName
{
border-color: #EE1872;
}
</style>