Shades of Ruby #ED0D78
Tints of Ruby #ED0D78
RGB
CMYK
RGB Variations
Color information
#ED0D78 (or 0xED0D78) is known color: Ruby. HEX triplet: ED, 0D and 78. RGB value is (237,13,120). Sum of RGB (Red+Green+Blue) = 237+13+120=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0D78 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #ED0D78 is #12F287. Grayscale: #5B5B5B. Windows color (decimal): -1241736 or 7867885. OLE color: 7867885.
HSL color Cylindrical-coordinate representation of color #ED0D78: hue angle of 331.34º 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 #ED0D78 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 13 | 120 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.07 |
| HSL | 331.34º | 0.9% | 0.49% | - |
| HSV(B) | 331.34º | 0.95% | 0.93% | - |
| XYZ | 38.46 | 19.65 | 19.53 | - |
| YUV | 92.17 | 143.71 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 13 | 120 | 0 | 0.95 | 0.49 | 0.07 | 331.34 | 0.9 | 0.49 |
| Hex | ED | D | 78 | 0 | 5F | 31 | 7 | 14B | 5A | 31 |
| Octal | 355 | 15 | 170 | 0 | 137 | 61 | 7 | 513 | 132 | 61 |
| Binary | 11101101 | 1101 | 1111000 | 0 | 1011111 | 110001 | 111 | 101001011 | 1011010 | 110001 |
Color Harmonies of #ED0D78
Complementary color
Monochromatic Colors of #ED0D78
Black with #ED0D78
Text Example
Text Example
White with #ED0D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0D78; }
p { color: rgb(237,13,120); }
H1.HeaderClassName
{
color: #ED0D78;
}
.AnyTagClassName
{
color: #ED0D78;
}
</style>
background-color css
<style>
a { background-color: #ED0D78; }
a { background-color: rgb(237,13,120); }
div.DivClassName
{
background-color: #ED0D78;
}
.BgClassName
{
background-color: #ED0D78;
}
</style>
border-color css
<style>
span { border-color: #ED0D78; }
span { border-color: rgb(237,13,120); }
td.TdClassName
{
border-color: #ED0D78;
}
.TagClassName
{
border-color: #ED0D78;
}
</style>