Shades of Ruby #EE0D78
Tints of Ruby #EE0D78
RGB
CMYK
RGB Variations
Color information
#EE0D78 (or 0xEE0D78) is known color: Ruby. HEX triplet: EE, 0D and 78. RGB value is (238,13,120). Sum of RGB (Red+Green+Blue) = 238+13+120=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0D78 is #11F287. Grayscale: #5C5C5C. Windows color (decimal): -1176200 or 7867886. OLE color: 7867886.
HSL color Cylindrical-coordinate representation of color #EE0D78: hue angle of 331.47º 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 #EE0D78 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 13 | 120 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.07 |
| HSL | 331.47º | 0.9% | 0.49% | - |
| HSV(B) | 331.47º | 0.95% | 0.93% | - |
| XYZ | 38.79 | 19.82 | 19.55 | - |
| YUV | 92.47 | 143.54 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 13 | 120 | 0 | 0.95 | 0.50 | 0.07 | 331.47 | 0.9 | 0.49 |
| Hex | EE | D | 78 | 0 | 5F | 32 | 7 | 14B | 5A | 31 |
| Octal | 356 | 15 | 170 | 0 | 137 | 62 | 7 | 513 | 132 | 61 |
| Binary | 11101110 | 1101 | 1111000 | 0 | 1011111 | 110010 | 111 | 101001011 | 1011010 | 110001 |
Color Harmonies of #EE0D78
Complementary color
Monochromatic Colors of #EE0D78
Black with #EE0D78
Text Example
Text Example
White with #EE0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0D78; }
p { color: rgb(238,13,120); }
H1.HeaderClassName
{
color: #EE0D78;
}
.AnyTagClassName
{
color: #EE0D78;
}
</style>
background-color css
<style>
a { background-color: #EE0D78; }
a { background-color: rgb(238,13,120); }
div.DivClassName
{
background-color: #EE0D78;
}
.BgClassName
{
background-color: #EE0D78;
}
</style>
border-color css
<style>
span { border-color: #EE0D78; }
span { border-color: rgb(238,13,120); }
td.TdClassName
{
border-color: #EE0D78;
}
.TagClassName
{
border-color: #EE0D78;
}
</style>