Shades of Ruby #EE0C78
Tints of Ruby #EE0C78
RGB
CMYK
RGB Variations
Color information
#EE0C78 (or 0xEE0C78) is known color: Ruby. HEX triplet: EE, 0C and 78. RGB value is (238,12,120). Sum of RGB (Red+Green+Blue) = 238+12+120=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0C78 is #11F387. Grayscale: #5B5B5B. Windows color (decimal): -1176456 or 7867630. OLE color: 7867630.
HSL color Cylindrical-coordinate representation of color #EE0C78: hue angle of 331.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C78 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 120 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.07 |
| HSL | 331.33º | 0.9% | 0.49% | - |
| HSV(B) | 331.33º | 0.95% | 0.93% | - |
| XYZ | 38.78 | 19.8 | 19.55 | - |
| YUV | 91.89 | 143.87 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 120 | 0 | 0.95 | 0.50 | 0.07 | 331.33 | 0.9 | 0.49 |
| Hex | EE | C | 78 | 0 | 5F | 32 | 7 | 14B | 5A | 31 |
| Octal | 356 | 14 | 170 | 0 | 137 | 62 | 7 | 513 | 132 | 61 |
| Binary | 11101110 | 1100 | 1111000 | 0 | 1011111 | 110010 | 111 | 101001011 | 1011010 | 110001 |
Color Harmonies of #EE0C78
Complementary color
Monochromatic Colors of #EE0C78
Black with #EE0C78
Text Example
Text Example
White with #EE0C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C78; }
p { color: rgb(238,12,120); }
H1.HeaderClassName
{
color: #EE0C78;
}
.AnyTagClassName
{
color: #EE0C78;
}
</style>
background-color css
<style>
a { background-color: #EE0C78; }
a { background-color: rgb(238,12,120); }
div.DivClassName
{
background-color: #EE0C78;
}
.BgClassName
{
background-color: #EE0C78;
}
</style>
border-color css
<style>
span { border-color: #EE0C78; }
span { border-color: rgb(238,12,120); }
td.TdClassName
{
border-color: #EE0C78;
}
.TagClassName
{
border-color: #EE0C78;
}
</style>